Re: Default search to AND rather than OR

2006-05-17 Thread [EMAIL PROTECTED]
You're a Start Erik! Thanks heaps. -- View this message in context: http://www.nabble.com/Default-search-to-AND-rather-than-OR-t1640214.html#a4443102 Sent from the Lucene - Java Developer forum at Nabble.com. - To unsubscribe,

Re: Default search to AND rather than OR

2006-05-17 Thread Erik Hatcher
Owen, Have a look at the QueryParser API. setDefaultOperator :) However, be aware that you need to construct an instance of QueryParser and use the instance parse(String) method and not the static parse(String,String,Analyzer) method. Erik On May 17, 2006, at 9:04 PM, [EMAIL PRO