Yonik Seeley created SOLR-4625:
----------------------------------

             Summary: solr query parser should use multiplicative boosts and 
not apply phase slop to nested queries from a different qparser
                 Key: SOLR-4625
                 URL: https://issues.apache.org/jira/browse/SOLR-4625
             Project: Solr
          Issue Type: Bug
    Affects Versions: 1.4
            Reporter: Yonik Seeley
            Priority: Minor
             Fix For: 4.3, 5.0, 4.2.1


As reported by Michael Ryan,
{code}
_query_:"\"a b\"~2"~3  is parsed as "a b"~3
{code}

Additionally,
{code}
_query_:"x^2"^3  is parsed as x^3
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to