Class MockCharFilterFactory


  • public class MockCharFilterFactory
    extends org.apache.lucene.analysis.util.CharFilterFactory
    Factory for MockCharFilter for testing purposes.
    • Field Summary

      • Fields inherited from class org.apache.lucene.analysis.util.AbstractAnalysisFactory

        LUCENE_MATCH_VERSION_PARAM, luceneMatchVersion
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.lucene.analysis.MockCharFilter create​(Reader input)  
      • Methods inherited from class org.apache.lucene.analysis.util.CharFilterFactory

        availableCharFilters, forName, lookupClass, reloadCharFilters
      • Methods inherited from class org.apache.lucene.analysis.util.AbstractAnalysisFactory

        get, get, get, get, get, getBoolean, getChar, getClassArg, getFloat, getInt, getLines, getLuceneMatchVersion, getOriginalArgs, getPattern, getSet, getSnowballWordSet, getWordSet, isExplicitLuceneMatchVersion, require, require, require, requireBoolean, requireChar, requireFloat, requireInt, setExplicitLuceneMatchVersion, splitAt, splitFileNames
    • Constructor Detail

      • MockCharFilterFactory

        public MockCharFilterFactory​(Map<String,​String> args)
        Creates a new MockCharFilterFactory
    • Method Detail

      • create

        public org.apache.lucene.analysis.MockCharFilter create​(Reader input)
        Specified by:
        create in class org.apache.lucene.analysis.util.CharFilterFactory