You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2007/07/24 09:02:32 UTC

[jira] Commented: (SOLR-309) A solr.StrField that has analyzers configured should emit warning to log

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

Hoss Man commented on SOLR-309:
-------------------------------

personally, i'd vote for changing the FieldType loading code to allow analyzers for any field type (instead of the special logic that currently only looks for them in the case of TextField) ... even if i have an instance of SortableIntFieldType i should be able to put an analyzer in front of it that will massage the input data into something thta parses cleanly as an integer.

> A solr.StrField that has analyzers configured should emit warning to log
> ------------------------------------------------------------------------
>
>                 Key: SOLR-309
>                 URL: https://issues.apache.org/jira/browse/SOLR-309
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>            Reporter: Thomas Peuss
>            Priority: Minor
>
> A solr.StrField that has analyzers configured in schema.xml should emit a warning/error to the log. As I understand StrFields never get tokenized.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.