You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2012/06/11 12:36:42 UTC

[jira] [Updated] (SOLR-3533) Show CharFilters in Schema Browser

     [ https://issues.apache.org/jira/browse/SOLR-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher updated SOLR-3533:
-------------------------------

    Attachment: SOLR-3533.patch

This patch adds char filters to the index and query analysis sections.
                
> Show CharFilters in Schema Browser
> ----------------------------------
>
>                 Key: SOLR-3533
>                 URL: https://issues.apache.org/jira/browse/SOLR-3533
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Erik Hatcher
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-3533.patch
>
>
> Schema Browser (on trunk) currently does not show CharFilters.  The example/ schema has this definition that can be used to demonstrate, though it needs to be uncommented:
> {code}
>     <fieldType name="text_char_norm" class="solr.TextField" positionIncrementGap="100" >
>       <analyzer>
>         <charFilter class="solr.MappingCharFilterFactory" mapping="mapping-ISOLatin1Accent.txt"/>
>         <tokenizer class="solr.WhitespaceTokenizerFactory"/>
>       </analyzer>
>     </fieldType>
> {code}   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org