org.elasticsearch.index.analysis
Class StopAnalyzerProvider

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

public class StopAnalyzerProvider
extends AbstractAnalyzerProvider<org.apache.lucene.analysis.StopAnalyzer>


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

StopAnalyzerProvider

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

get

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