Class KoreanReadingFormFilterFactory


  • public class KoreanReadingFormFilterFactory
    extends TokenFilterFactory
    Factory for KoreanReadingFormFilter.
     <fieldType name="text_ko" class="solr.TextField">
       <analyzer>
         <tokenizer class="solr.KoreanTokenizerFactory"/>
         <filter class="solr.KoreanReadingFormFilterFactory"/>
       </analyzer>
     </fieldType>
     
    Since:
    7.4.0
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    SPI Name (Note: This is case-insensitive. e.g., if the name is 'htmlStrip', 'htmlstrip' can be used when looking up the service):
    "koreanReadingForm"