You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2013/03/21 22:07:15 UTC

[jira] [Created] (SOLR-4625) solr query parser should use multiplicative boosts and not apply phase slop to nested queries from a different qparser

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org