Re: Question about Boolean Operators

2008-01-02 Thread CowboyX
Thanks for the responses. I think Ive got a handle on it now. Cheers -- View this message in context: http://www.nabble.com/Question-about-Boolean-Operators-tp14573890p14587056.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: Question about Boolean Operators

2008-01-01 Thread Chris Hostetter
: What's the difference between the "AND" and the "+" boolean operators. Also : the "NOT" and "-" boolean operators? Are each of these pair of operators : functionally equivalent? : : >From the examples provided in the Query Syntax documentation at: : http://lucene.apache.org/java/docs/queryparse

Re: Question about Boolean Operators

2008-01-01 Thread Chris
tors > it looks as if these are the same. > > Any comments would be welcome on this. > -- > View this message in context: > http://www.nabble.com/Question-about-Boolean-Operators-tp14573890p14573890.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. >

Question about Boolean Operators

2008-01-01 Thread CowboyX
? Are each of these pair of operators functionally equivalent? >From the examples provided in the Query Syntax documentation at: http://lucene.apache.org/java/docs/queryparsersyntax.html#Boolean%20operators it looks as if these are the same. Any comments would be welcome on this. -- View this mess