[
https://issues.apache.org/jira/browse/SOLR-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919272#action_12919272
]
Erik Hatcher commented on SOLR-2145:
------------------------------------
bq. Regardless of order, with a StrField use a <filter> at all, or is it
completely non-analyzed? I thought it was non-analyzed.
A StrField (during indexing/querying) will not use any <analyzer> stuff at all.
(but again, the analysis.jsp is broken in that it actually does use it
currently)
> Give warning or error when StrField is used with analyzer definition
> --------------------------------------------------------------------
>
> Key: SOLR-2145
> URL: https://issues.apache.org/jira/browse/SOLR-2145
> Project: Solr
> Issue Type: Improvement
> Components: Schema and Analysis
> Reporter: Erik Hatcher
>
> This illustrates the problem
> <http://search.lucidimagination.com/search/document/c7faf8d497b94b08/case_insensitive_phrase_query_for_string_fields>
> {code}
> <fieldType name="ci_string" class="solr.StrField">
> <analyzer>
> <filter class="solr.LowerCaseFilterFactory"/>
> <tokenizer class="solr.KeywordTokenizerFactory"/>
> </analyzer>
> </fieldType>
> {code}
> StrField doesn't use the analyzer *except* improperly with the analysis.jsp
> tool currently.
> This mistake should be a startup error or warning.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]