Hi All,

Good day, I wanted to run a filter query (fq), say, I need to run

q=*.*&fq=(country:india) OR (country:iran)&limit=100

Now it may return me 100 records that might contain 70 Indians & 30 Iran
records. Now how can I force to fetch 50 Indian & 50 Iran records using a
single SOLR query?

Should I write custom search request handler to implement this? Any
pointers would be really helpful.


-- 
Regards,
Selvam

Reply via email to