Close
jGuru Forums
Posted By: Anonymous Posted On: Thursday, November 19, 2009 07:59 AM
when I use Lucene Search document,the query have many word,my question is :the result is must match all words in query, I want that:if any word in the query is matched then hit,
Re: is there a method of search can search the query by 'or' not 'and'
Posted By: Tim_Frith Posted On: Thursday, November 19, 2009 03:06 PM
I just use "OR" instead of "AND".