Re: Querying of multiple string value

2016-04-18 Thread Zheng Lin Edwin Yeo
Hi Shawn, Regarding the terms query parser, is it possible to search for query that are not in the list? In the normal OR parameters, I can do something like http://localhost:8983/solr/collection1/highlight?q=!id:collection1_0001

Re: Querying of multiple string value

2016-04-13 Thread Zheng Lin Edwin Yeo
Hi Shawn, Thanks for the reply. It works. Regards, Edwin On 14 April 2016 at 01:40, Shawn Heisey wrote: > On 4/13/2016 9:25 AM, Zheng Lin Edwin Yeo wrote: > > Would like to find out, is there any way to do a multiple value query of > a > > field that is of type String, besides using the OR pa

Re: Querying of multiple string value

2016-04-13 Thread Shawn Heisey
On 4/13/2016 9:25 AM, Zheng Lin Edwin Yeo wrote: > Would like to find out, is there any way to do a multiple value query of a > field that is of type String, besides using the OR parameters? > > Currently, I am using the OR parameters like > http://localhost:8983/solr/collection1/highlight?q=id:col

Querying of multiple string value

2016-04-13 Thread Zheng Lin Edwin Yeo
Hi, Would like to find out, is there any way to do a multiple value query of a field that is of type String, besides using the OR parameters? Currently, I am using the OR parameters like http://localhost:8983/solr/collection1/highlight?q=id:collection1_0001 OR id:collection1_0002 But this will g