Class KoreanPartOfSpeechStopFilterFactory


  • public class KoreanPartOfSpeechStopFilterFactory
    extends TokenFilterFactory
    Factory for KoreanPartOfSpeechStopFilter.
     <fieldType name="text_ko" class="solr.TextField">
        <analyzer>
          <tokenizer class="solr.KoreanTokenizerFactory"/>
          <filter class="solr.KoreanPartOfSpeechStopFilterFactory"
                  tags="E,J"/>
        </analyzer>
     </fieldType>
     

    Supports the following attributes:

    Since:
    7.4.0
    WARNING: This API is experimental and might change in incompatible ways in the next release.