Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-3533

Show CharFilters in Schema Browser

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.0-ALPHA
    • 4.0-ALPHA
    • None
    • None

    Description

      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:

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

      Attachments

        1. SOLR-3533.patch
          1 kB
          Erik Hatcher

        Activity

          People

            ehatcher Erik Hatcher
            ehatcher Erik Hatcher
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: