Erik Hatcher created SOLR-3533:
----------------------------------

             Summary: 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


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