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

      • HungarianLightStemFilterFactory

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