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

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

    [ https://issues.apache.org/jira/browse/SOLR-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609545#comment-13609545 ] 

Commit Tag Bot commented on SOLR-4625:
--------------------------------------

[trunk commit] Yonik Seeley
http://svn.apache.org/viewvc?view=revision&revision=1459537

SOLR-4625: fix boosts and phrase slops on sub parsers

                
> 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
>
>         Attachments: SOLR-4625.patch
>
>
> 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