Class MockTokenFilterFactory


  • public class MockTokenFilterFactory
    extends org.apache.lucene.analysis.TokenFilterFactory
    Factory for MockTokenFilter for testing purposes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String NAME
      SPI name
      • Fields inherited from class org.apache.lucene.analysis.AbstractAnalysisFactory

        LUCENE_MATCH_VERSION_PARAM, luceneMatchVersion
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.lucene.analysis.MockTokenFilter create​(org.apache.lucene.analysis.TokenStream stream)  
      • Methods inherited from class org.apache.lucene.analysis.TokenFilterFactory

        availableTokenFilters, findSPIName, forName, lookupClass, normalize, reloadTokenFilters
      • Methods inherited from class org.apache.lucene.analysis.AbstractAnalysisFactory

        defaultCtorException, 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

      • MockTokenFilterFactory

        public MockTokenFilterFactory​(Map<String,​String> args)
        Creates a new MockTokenizerFactory
      • MockTokenFilterFactory

        public MockTokenFilterFactory()
        Default ctor for compatibility with SPI
    • Method Detail

      • create

        public org.apache.lucene.analysis.MockTokenFilter create​(org.apache.lucene.analysis.TokenStream stream)
        Specified by:
        create in class org.apache.lucene.analysis.TokenFilterFactory