Look at QueryParser.setOperator() (perhaps it was added after your version?)

Erik


On Tuesday, September 2, 2003, at 09:10 PM, Scott Farquhar wrote:


Is it possible to get QueryParser.parse() to parse queries defaulting to
'AND' rather than 'OR'?


Currently if you search for 'A B' that is the same as 'A OR B'.  What I
would like is to default to 'A AND B'.

Apologies for the simple question. I'm guessing the answer is probably more complex
(like Lucene returning A+B, then A, then B)? I couldn't find anything in
the FAQ about this.


Cheers,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to