Hi,

I have a number of documents in single core getting inedxed from different
sources with common properties but different values.

Problem is while fetching from one set of documents, i need to use  "Raw
Query Parameters" as below.

http://solrserver/solr/collection1/select?q=*%3A*&wt=json&indent=true&_query_=%22AuthenticatedUserName=lalit%22

But for second set of documents, i need to use filter queries.

http://solrserver/solr/collection1/select?q=*%3A*&fq=alf_acls%3AGROUP_EVERYONE&wt=json&indent=true
 

One way of getting all documents is to make two different queries and
combine their results but i want to avoid two queries due to performance
reasons as it will be double the load on system.

Is there any way exist where i can use a single query and get results from
both sets simultaneously?

Thanks for help!



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Clubbing-queries-with-different-criterias-together-tp4143829.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to