[
https://issues.apache.org/jira/browse/SOLR-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-1407:
----------------------------------------
Attachment: SOLR-1407.patch
# Removed NMTOKEN from value because it will disallow special characters such
as comma, period etc.
# Any and all characters are permitted in a value except a space character
(which is the delimiter)
# Added test for the above
The SpellingQueryConverter still breaks for phrase queries which have a space
in them like field_s:"foo bar". But this issue existed in 1.3 too.
I'll commit this soon.
> SpellingQueryConverter now disallows underscores and digits in field names
> (but allows all UTF-8 letters)
> ---------------------------------------------------------------------------------------------------------
>
> Key: SOLR-1407
> URL: https://issues.apache.org/jira/browse/SOLR-1407
> Project: Solr
> Issue Type: Improvement
> Components: spellchecker
> Affects Versions: 1.3
> Reporter: David Bowen
> Assignee: Shalin Shekhar Mangar
> Priority: Trivial
> Fix For: 1.4
>
> Attachments: SOLR-1407.patch, SOLR-1407.patch,
> SpellingQueryConverter.java, SpellingQueryConverter.java
>
>
> SpellingQueryConverter was extended to cover the full UTF-8 range instead of
> handling US-ASCII only, but in the process it was broken for field names that
> contain underscores or digits.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.