Re: Force a query to match at least two clauses

2006-10-06 Thread Erik Hatcher
On Oct 6, 2006, at 1:50 PM, Ryan Heinen wrote: Yonik Seeley wrote: See BooleanQuery.setMinimumNumberShouldMatch() There isn't currently any QueryParser support, so you have to create the query pragmatically. Thanks Yonik for your quick response; that is exactly what I was looking for. Next

Re: Force a query to match at least two clauses

2006-10-06 Thread Ryan Heinen
Yonik Seeley wrote: See BooleanQuery.setMinimumNumberShouldMatch() There isn't currently any QueryParser support, so you have to create the query pragmatically. Thanks Yonik for your quick response; that is exactly what I was looking for. Next time I'll check the docs a little more closely. I

Re: Force a query to match at least two clauses

2006-10-06 Thread Yonik Seeley
See BooleanQuery.setMinimumNumberShouldMatch() There isn't currently any QueryParser support, so you have to create the query pragmatically. -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server On 10/6/06, Ryan Heinen <[EMAIL PROTECTED]> wrote: Hello, If I want m