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
    • Constructor Detail

      • KoreanPartOfSpeechStopFilterFactory

        public KoreanPartOfSpeechStopFilterFactory​(java.util.Map<java.lang.String,​java.lang.String> args)
        Creates a new KoreanPartOfSpeechStopFilterFactory
      • KoreanPartOfSpeechStopFilterFactory

        public KoreanPartOfSpeechStopFilterFactory()
        Default ctor for compatibility with SPI