'Minimum Should Match' on subquery level

2016-12-13 Thread Rahul Lodha
Hi Myron, Can you give me an example of this? http://grokbase.com/t/lucene/solr-user/105jjpxa2x/minimum-should-match-on-subquery-level <http://grokbase.com/t/lucene/solr-user/105jjpxa2x/minimum-should-match-on-subquery-level> Regards, Rahul

Re: 'Minimum Should Match' on subquery level

2010-05-31 Thread Myron Chelyada
Thanks a lot for reply. But I've already figured out that nested queries can help me to implement what I was looking for. -Myron 2010/5/28 Chris Hostetter hossman_luc...@fucit.org : I need to use Lucene's `minimum number should match` option of BooleanQuery : on Solr. unfortunately, the

Re: 'Minimum Should Match' on subquery level

2010-05-28 Thread Chris Hostetter
: 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

'Minimum Should Match' on subquery level

2010-05-18 Thread Myron Chelyada
Hi All I need to use Lucene's `minimum number should match` option of BooleanQuery on Solr. Actually I need to do the same as DisMaxRequestHandler's `mm` parameter does but to use it on subquery level, i.e. I have complex query which consists of several Boolean subqueries and I need to specify