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.

Reply via email to