Re: query formulation

2010-12-14 Thread Erick Erickson
H, have you seen this page? http://lucene.apache.org/java/3_0_3/queryparsersyntax.html If that doesn't help, perhaps you can explain what it is that you're trying to do that the syntax is inadequate for. Do note that Lucene query synt

Re: query formulation

2006-02-10 Thread Yonik Seeley
On 2/10/06, Rajesh Munavalli <[EMAIL PROTECTED]> wrote: > However I also want to retrieve those documents (in order) where one or more > of the terms is missing from either of the fields. i.e, BooleanQuery.setMinimumNumberShouldMatch() in the development version (1.9) of Lucene may help out in tha