Package org.elasticsearch.index.analysis
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>
-
Field Summary
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
deprecationLogger, indexSettings, logger
-
Constructor Summary
ConstructorDescriptionWhitespaceAnalyzerProvider
(IndexSettings indexSettings, Environment environment, String name, Settings settings) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.analysis.core.WhitespaceAnalyzer
get()
Provides an instance ofT
.Methods inherited from class org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
name, scope
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
getIndexSettings, index
-
Constructor Details
-
WhitespaceAnalyzerProvider
public WhitespaceAnalyzerProvider(IndexSettings indexSettings, Environment environment, String name, Settings settings)
-
-
Method Details
-
get
public org.apache.lucene.analysis.core.WhitespaceAnalyzer get()Description copied from interface:Provider
Provides an instance ofT
. Must never returnnull
.
-