Re: Unable to make IN queries on a particular field in solr

2018-05-23 Thread Shawn Heisey
On 5/23/2018 5:40 PM, RAUNAK AGRAWAL wrote: I am facing an issue where I have a collection named employee collection. Suppose I was to search employee by its id, so my query is *id:(1 2 3*) and it is working fine in solr. Now let say I want to search by their name. So my query is name:(Alice Bob

Unable to make IN queries on a particular field in solr

2018-05-23 Thread RAUNAK AGRAWAL
Hi, I am facing an issue where I have a collection named employee collection. Suppose I was to search employee by its id, so my query is *id:(1 2 3*) and it is working fine in solr. Now let say I want to search by their name. So my query is name:(Alice Bob). Now the problem is when I am querying