: I need to use Lucene's  `minimum number should match` option of BooleanQuery
: on Solr.

unfortunately, the Lucene QueryParser doesn't support any way of 
manipulating the minNumberSHouldMatch property of BooleanQueries specified 
in that syntax.

I'm not sure of anyway to do what you're looking for w/o some custom code 
(either customing the QUeryParser, or writing a QParser that modifies the 
BooleanQueries produced)








-Hoss

Reply via email to