Re: problems with nested queries

2016-05-23 Thread Matteo Grolla
Sure, sorry for the delay 2016-05-16 16:57 GMT+02:00 Yonik Seeley : > Thanks Matteo, looks like you found a bug. > I can reproduce this with simpler queries too: > > _query_:"ABC" name_t:"white cat"~3 > is parsed to > text:abc name_t:"white cat" > > Can you open a JIRA for this? > > -Yonik

Re: problems with nested queries

2016-05-16 Thread Yonik Seeley
Thanks Matteo, looks like you found a bug. I can reproduce this with simpler queries too: _query_:"ABC" name_t:"white cat"~3 is parsed to text:abc name_t:"white cat" Can you open a JIRA for this? -Yonik On Mon, May 16, 2016 at 10:23 AM, Matteo Grolla wrote: > Hi everyone, > I have a prob

problems with nested queries

2016-05-16 Thread Matteo Grolla
Hi everyone, I have a problem with nested queries If the order is: 1) query 2) nested query (embedded in _query_:"...") everything works fine if it is the opposite, like this http://localhost:8983/solr/test/select?q=_query_:%22{!lucene%20df=name_t}(\%22black%20dog\%22)%22%20OR%20name_t:%22whi