Class ICUFoldingFilterFactory

  • All Implemented Interfaces:
    MultiTermAwareComponent

    public class ICUFoldingFilterFactory
    extends TokenFilterFactory
    implements MultiTermAwareComponent
    Factory for ICUFoldingFilter.
     <fieldType name="text_folded" class="solr.TextField" positionIncrementGap="100">
       <analyzer>
         <tokenizer class="solr.WhitespaceTokenizerFactory"/>
         <filter class="solr.ICUFoldingFilterFactory"/>
       </analyzer>
     </fieldType>
    Since:
    3.1.0