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.
    SPI Name (Note: This is case-insensitive. e.g., if the name is 'htmlStrip', 'htmlstrip' can be used when looking up the service):
    "koreanPartOfSpeechStop"