I want to write a query that returns the documents with ids. For example, I want documents with ids 1-10. I want to write a query that will enable me doing that.
Like q=id:1,q=2..... How?
How to write a Solr query to get all the documents by ids
532 views Asked by ab AL At
1
You can do it in multiple ways:
or
or
or with
q.op=OR: