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