Re: BooleanQuery

2006-12-07 Thread Marcelo Ohashi
hich is often confusing. See the thread "*Another problem with the QueryParser*" for an exposition by Chris about how these operate. This may change what you expect to come back from the parser... If it doesn't, then maybe someone else can chime in ... Erick On 12/6/06, Ma

BooleanQuery

2006-12-06 Thread Marcelo Ohashi
Hi, Does anyone know if lucene can handle complex boolean queries like the following ones? 1. T: (A OR NOT B) 2. (T:A AND NOT T:B) OR NOT T:C Cause I figured out in some tests that the results were not really what I expected. Thanks in advance, _ Marcelo Ohashi