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

ASF subversion and git services commented on SOLR-6011:
-------------------------------------------------------

Commit 1589826 from [[email protected]] in branch 'dev/branches/lucene_solr_4_8'
[ https://svn.apache.org/r1589826 ]

SOLR-6011: ComplexPhraseQuery hashCode/equals fix for inOrder

> inOrder does not work with the complexphrase parser
> ---------------------------------------------------
>
>                 Key: SOLR-6011
>                 URL: https://issues.apache.org/jira/browse/SOLR-6011
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Priority: Critical
>             Fix For: 4.8, 4.9, 5.0
>
>         Attachments: SOLR-6011.patch, SOLR-6011.patch
>
>
> {code}
> {!complexphrase}"vol* high*"
> does not match the Solr document containing "... high volume web ..." (this 
> is correct)
> But adding inOrder=false still fails to make it match.
> {!complexphrase inOrder=false}"vol* high*"
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to