Hi,

I have list of 1000 values for some field which is sort of id (essentially 
unique between documents)
(let's say firstname_lastmane).
I need to get the document for each id (to know which document is for which id, 
not just list of responses).

Is there some support for multiple queries in single Solr request?
I saw old posts requesting that but don't know if it's been implemented yet.

There are 2 methods I can think of to achieve the result:
1 - trivial - make separate request per value. I think it's very inefficient.
2- Perform single request with OR on all values.
Then loop over the responses and match them to requested values.
This would also require making the field stored.

Can you propose better option?

thanx,
Pavel

Reply via email to