Re: unexpected query results (AND and OR)

2008-04-04 Thread Erick Erickson
I believe you must capitalize the AND. lower-case 'and' is ignored. you could also construct your own BoolenQuery if you wanted. I recommend copy of Luke to interactively examine how queries are parsed. Also, toString is your friend Best Erick On Fri, Apr 4, 2008 at 9:41 AM, Jamie <[EMAI

Re: unexpected query results (AND and OR)

2008-04-04 Thread Jamie
I would also like to point out that we also thought about using a filter but it is being used for other things. Jamie wrote: Hi there I need some help in understanding Lucene's query mechanism. I am receiving unexpected query results when combining terms with AND and OR operators. We are usi