I don't think you can. What's the use-case you're really looking at? You could consider grouping/field collapsing, which sounds related, see: http://wiki.apache.org/solr/FieldCollapsing
Best, Erick On Wed, Nov 28, 2012 at 8:35 AM, ninaddesai82 <desai.ni...@gmail.com> wrote: > Hi, > > I want to have multiple search at a time with grouped result. > i.e. > If I am calling > > http://localhost:8983/solr/file/select?q=*&fq=category:wild&fq=health_status:good&fq=animal:lion+OR+tiger > > Then I need two results one for > {category=wild and health_status=good and animal=lion} > and second one is > {category=wild and health_status=good and animal=lion} > > along with matched number of results. > > In other words, I want to pawn more than one search in a single query with > seperate search results (without mixing the results). > > How can I do that ? > > - n > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/multiple-filter-query-with-seperate-result-sets-in-one-call-tp4022912.html > Sent from the Solr - User mailing list archive at Nabble.com. >