org.elasticsearch.index.analysis
Class WhitespaceAnalyzerProvider

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.analysis.AbstractAnalyzerProvider<org.apache.lucene.analysis.WhitespaceAnalyzer>
          extended by org.elasticsearch.index.analysis.WhitespaceAnalyzerProvider
All Implemented Interfaces:
com.google.inject.Provider<org.apache.lucene.analysis.WhitespaceAnalyzer>, AnalyzerProvider<org.apache.lucene.analysis.WhitespaceAnalyzer>, IndexComponent

public class WhitespaceAnalyzerProvider
extends AbstractAnalyzerProvider<org.apache.lucene.analysis.WhitespaceAnalyzer>


Field Summary
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
WhitespaceAnalyzerProvider(Index index, Settings indexSettings, java.lang.String name, Settings settings)
           
 
Method Summary
 org.apache.lucene.analysis.WhitespaceAnalyzer get()
           
 
Methods inherited from class org.elasticsearch.index.analysis.AbstractAnalyzerProvider
name
 
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
index, nodeName
 
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.IndexComponent
index
 

Constructor Detail

WhitespaceAnalyzerProvider

@Inject
public WhitespaceAnalyzerProvider(Index index,
                                         @IndexSettings
                                         Settings indexSettings,
                                         java.lang.String name,
                                         Settings settings)
Method Detail

get

public org.apache.lucene.analysis.WhitespaceAnalyzer get()