Dear SOLR community,
I have a question related to passing of list of values (for an
attribute) in SOLR query.
I want to pass a list of values which can have thousands values in SOLR
query as i want to have only those records where that attribute value
lies in that list.
Is there a way to achieve the same or do i need to create a big query
with OR separated values? like attribute: value1 OR value2 OR value3 and
so on
If in case i create a query with the OR separated values will it have
any affect on the performance?
Requesting your valuable feedback on the same.
Regards
Neha Gupta