This is what I'm looking for. Too easy. Cheers, Scott
On Tue, Sep 02, 2003 at 09:24:04PM -0400, Erik Hatcher wrote: > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
