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

Erik Hatcher commented on SOLR-3533:
------------------------------------

oh, and my patch also changes "Filters" to "Token Filters" to make it labeled a 
little differently than "Char Filters".
                
> 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
>            Assignee: Stefan Matheis (steffkes)
>            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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to