You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael Pellegrini (JIRA)" <ji...@apache.org> on 2017/03/21 00:41:41 UTC

[jira] [Created] (SOLR-10323) SpellingQueryConverter does not remove ":" char when using fielded queries

Michael Pellegrini created SOLR-10323:
-----------------------------------------

             Summary: 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


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