Class HungarianLightStemFilterFactory


public class HungarianLightStemFilterFactory extends TokenFilterFactory
Factory for HungarianLightStemFilter.
 <fieldType name="text_hulgtstem" class="solr.TextField" positionIncrementGap="100">
   <analyzer>
     <tokenizer class="solr.StandardTokenizerFactory"/>
     <filter class="solr.LowerCaseFilterFactory"/>
     <filter class="solr.HungarianLightStemFilterFactory"/>
   </analyzer>
 </fieldType>
Since:
3.1.0
SPI Name (case-insensitive: if the name is 'htmlStrip', 'htmlstrip' can be used when looking up the service).
"hungarianLightStem"
  • Field Details

  • Constructor Details

    • HungarianLightStemFilterFactory

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

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