public class CustomAnalyzerProvider extends AbstractIndexAnalyzerProvider<CustomAnalyzer>
Tokenizer and a list
of TokenFilters.versiondeprecationLogger, indexSettings, logger| Constructor and Description |
|---|
CustomAnalyzerProvider(IndexSettings indexSettings,
java.lang.String name,
Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(AnalysisService analysisService) |
CustomAnalyzer |
get()
Provides an instance of
T. |
name, scopegetIndexSettings, indexpublic CustomAnalyzerProvider(IndexSettings indexSettings, java.lang.String name, Settings settings)
public void build(AnalysisService analysisService)
public CustomAnalyzer get()
ProviderT. Must never return null.