Class WhitespaceAnalyzerProvider

java.lang.Object
org.elasticsearch.index.AbstractIndexComponent
org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider<org.apache.lucene.analysis.core.WhitespaceAnalyzer>
org.elasticsearch.index.analysis.WhitespaceAnalyzerProvider
All Implemented Interfaces:
Provider<org.apache.lucene.analysis.core.WhitespaceAnalyzer>, AnalyzerProvider<org.apache.lucene.analysis.core.WhitespaceAnalyzer>, IndexComponent

public class WhitespaceAnalyzerProvider extends AbstractIndexAnalyzerProvider<org.apache.lucene.analysis.core.WhitespaceAnalyzer>
  • Constructor Details

  • Method Details

    • get

      public org.apache.lucene.analysis.core.WhitespaceAnalyzer get()
      Description copied from interface: Provider
      Provides an instance of T. Must never return null.