Re: OR query working on Leader Node only

2018-08-09 Thread Shawn Heisey
On 8/9/2018 7:31 PM, tapan1707 wrote: I believe correct formats for OR search query are the following: id:(id1 or id2) id:id1 or id:id2 The correct form for an OR query is an uppercase "OR".  The lowercase "or" won't do the same thing -- typically it will be interpreted as just another search

OR query working on Leader Node only

2018-08-09 Thread tapan1707
I believe correct formats for OR search query are the following: id:(id1 or id2) id:id1 or id:id2 When I tried searching with "id:id1 or id2", it is parsing the query into "id:id1 or _text_:id2" where _text_ is the field from solr's default config set. Also, for this, I need to add the _text_ fiel