Class MyFilterTokenFilterFactory

java.lang.Object
org.elasticsearch.index.AbstractIndexComponent
org.elasticsearch.index.analysis.AbstractTokenFilterFactory
org.elasticsearch.index.analysis.MyFilterTokenFilterFactory
All Implemented Interfaces:
org.elasticsearch.index.analysis.TokenFilterFactory, org.elasticsearch.index.IndexComponent

public class MyFilterTokenFilterFactory
extends org.elasticsearch.index.analysis.AbstractTokenFilterFactory
  • Field Summary

    Fields inherited from class org.elasticsearch.index.analysis.AbstractTokenFilterFactory

    version

    Fields inherited from class org.elasticsearch.index.AbstractIndexComponent

    deprecationLogger, indexSettings, logger

    Fields inherited from interface org.elasticsearch.index.analysis.TokenFilterFactory

    IDENTITY_FILTER
  • Constructor Summary

    Constructors
    Constructor Description
    MyFilterTokenFilterFactory​(org.elasticsearch.index.IndexSettings indexSettings, org.elasticsearch.env.Environment env, java.lang.String name, org.elasticsearch.common.settings.Settings settings)  
  • Method Summary

    Modifier and Type Method Description
    org.apache.lucene.analysis.TokenStream create​(org.apache.lucene.analysis.TokenStream tokenStream)  

    Methods inherited from class org.elasticsearch.index.analysis.AbstractTokenFilterFactory

    name, version

    Methods inherited from class org.elasticsearch.index.AbstractIndexComponent

    getIndexSettings, index

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.index.analysis.TokenFilterFactory

    breaksFastVectorHighlighter, getAnalysisMode, getChainAwareTokenFilterFactory, getSynonymFilter, normalize
  • Constructor Details

    • MyFilterTokenFilterFactory

      public MyFilterTokenFilterFactory​(org.elasticsearch.index.IndexSettings indexSettings, org.elasticsearch.env.Environment env, java.lang.String name, org.elasticsearch.common.settings.Settings settings)
  • Method Details

    • create

      public org.apache.lucene.analysis.TokenStream create​(org.apache.lucene.analysis.TokenStream tokenStream)