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

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

Commit d5de738ed4ad561d0e7cc058ac3aa10a814be2f0 in lucene-solr's branch 
refs/heads/branch_6x from jdyer1
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=d5de738 ]

SOLR-10323: fix to SpellingQueryConverter to properly strip out colons in 
field-specific queries


> SpellingQueryConverter does not remove ":" char when using fielded queries
> --------------------------------------------------------------------------
>
>                 Key: SOLR-10323
>                 URL: https://issues.apache.org/jira/browse/SOLR-10323
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: spellchecker
>    Affects Versions: 6.2.1
>            Reporter: Michael Pellegrini
>            Assignee: James Dyer
>         Attachments: SOLR-10323.patch, SOLR-10323.patch, SOLR-10323.patch
>
>
> If you pass a fielded query to {{SpellingQueryConverter.convert}}, it returns 
> a token that is prefixed with a ":" char.
> Example: The query "foo:bar" is converted to ":bar"
> This bug seems to have been introduced by the fix for SOLR-2556. Before this 
> patch, {{SpellingQueryConverter.convert}} returned tokens without the leading 
> colon char.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to