Class JapanesePartOfSpeechStopFilterFactory

  • All Implemented Interfaces:
    ResourceLoaderAware

    public class JapanesePartOfSpeechStopFilterFactory
    extends TokenFilterFactory
    implements ResourceLoaderAware
    Factory for JapanesePartOfSpeechStopFilter.
     <fieldType name="text_ja" class="solr.TextField">
       <analyzer>
         <tokenizer class="solr.JapaneseTokenizerFactory"/>
         <filter class="solr.JapanesePartOfSpeechStopFilterFactory"
                 tags="stopTags.txt"/>
       </analyzer>
     </fieldType>
     
    Since:
    3.6.0
    SPI Name (case-insensitive: if the name is 'htmlStrip', 'htmlstrip' can be used when looking up the service).
    "japanesePartOfSpeechStop"