Re: Nested queries with proximity/slop

2013-03-21 Thread Yonik Seeley
https://issues.apache.org/jira/browse/SOLR-4625 -Yonik http://lucidworks.com On Tue, Mar 19, 2013 at 11:12 PM, Yonik Seeley wrote: > On Tue, Mar 19, 2013 at 8:52 PM, Michael Ryan wrote: >> I was wondering if anyone is aware of an existing Jira for this bug... >> >> _query_:"\"a b\"~2" >> ...is

Re: Nested queries with proximity/slop

2013-03-19 Thread Yonik Seeley
On Tue, Mar 19, 2013 at 8:52 PM, Michael Ryan wrote: > I was wondering if anyone is aware of an existing Jira for this bug... > > _query_:"\"a b\"~2" > ...is parsed as... > PhraseQuery(someField:"a b") > ...instead of the expected... > PhraseQuery(someField:"a b"~2) > > _query_:"\"a b\""~2 > ...is