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 (case-insensitive: if the name is 'htmlStrip', 'htmlstrip' can be used when looking up the service).
"koreanPartOfSpeechStop"
  • Field Details

  • Constructor Details

    • KoreanPartOfSpeechStopFilterFactory

      public KoreanPartOfSpeechStopFilterFactory(Map<String,String> args)
      Creates a new KoreanPartOfSpeechStopFilterFactory
    • KoreanPartOfSpeechStopFilterFactory

      public KoreanPartOfSpeechStopFilterFactory()
      Default ctor for compatibility with SPI
  • Method Details