Re: Solr Reporting

2010-09-23 Thread Myron Chelyada
Hi Adeel, I would use the first approach since it is more flexible and easier to use. Please consider XsltResponseWriter which allows to transform result set from Solr's default xml structure into custom using provided xslt template. Myron 2010/9/23 Adeel Qureshi > This probably isnt directly

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 > > : I need to use Lucene's `minimum number should match` option of > BooleanQuery > : on Solr. > > unfortunately, the Lucene QueryParser

'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 di