org.elasticsearch.index.analysis
Class DutchAnalyzerProvider

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider<org.apache.lucene.analysis.nl.DutchAnalyzer>
          extended by org.elasticsearch.index.analysis.DutchAnalyzerProvider
All Implemented Interfaces:
org.elasticsearch.common.inject.Provider<org.apache.lucene.analysis.nl.DutchAnalyzer>, AnalyzerProvider<org.apache.lucene.analysis.nl.DutchAnalyzer>, IndexComponent

public class DutchAnalyzerProvider
extends AbstractIndexAnalyzerProvider<org.apache.lucene.analysis.nl.DutchAnalyzer>


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

Constructor Detail

DutchAnalyzerProvider

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

get

public org.apache.lucene.analysis.nl.DutchAnalyzer get()