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 different 'minimum number should match'  threshold for each
of such sub-queries.

Can somebody advice me how can I do it with Solr?

Thanks  in advance,
Myron

Reply via email to