org.elasticsearch.index.analysis
Class LatvianAnalyzerProvider

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider<org.apache.lucene.analysis.lv.LatvianAnalyzer>
          extended by org.elasticsearch.index.analysis.LatvianAnalyzerProvider
All Implemented Interfaces:
Provider<org.apache.lucene.analysis.lv.LatvianAnalyzer>, AnalyzerProvider<org.apache.lucene.analysis.lv.LatvianAnalyzer>, IndexComponent

public class LatvianAnalyzerProvider
extends AbstractIndexAnalyzerProvider<org.apache.lucene.analysis.lv.LatvianAnalyzer>


Field Summary
 
Fields inherited from class org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
version
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
LatvianAnalyzerProvider(Index index, Settings indexSettings, Environment env, String name, Settings settings)
           
 
Method Summary
 org.apache.lucene.analysis.lv.LatvianAnalyzer get()
          Provides an instance of T.
 
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

LatvianAnalyzerProvider

@Inject
public LatvianAnalyzerProvider(Index index,
                                      @IndexSettings
                                      Settings indexSettings,
                                      Environment env,
                                      String name,
                                      Settings settings)
Method Detail

get

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



Copyright © 2009-2012. All Rights Reserved.