Uses of Class
org.elasticsearch.index.analysis.NameOrDefinition
-
Packages that use NameOrDefinition Package Description org.elasticsearch.action.admin.indices.analyze org.elasticsearch.index.analysis -
-
Uses of NameOrDefinition in org.elasticsearch.action.admin.indices.analyze
Methods in org.elasticsearch.action.admin.indices.analyze that return NameOrDefinition Modifier and Type Method Description NameOrDefinitionAnalyzeAction.Request. tokenizer()Methods in org.elasticsearch.action.admin.indices.analyze that return types with arguments of type NameOrDefinition Modifier and Type Method Description List<NameOrDefinition>AnalyzeAction.Request. charFilters()List<NameOrDefinition>AnalyzeAction.Request. tokenFilters()Methods in org.elasticsearch.action.admin.indices.analyze with parameters of type NameOrDefinition Modifier and Type Method Description voidAnalyzeAction.Request. tokenizer(NameOrDefinition tokenizer)Method parameters in org.elasticsearch.action.admin.indices.analyze with type arguments of type NameOrDefinition Modifier and Type Method Description voidAnalyzeAction.Request. setCharFilters(List<NameOrDefinition> charFilters)voidAnalyzeAction.Request. setTokenFilters(List<NameOrDefinition> tokenFilters) -
Uses of NameOrDefinition in org.elasticsearch.index.analysis
Methods in org.elasticsearch.index.analysis that return NameOrDefinition Modifier and Type Method Description static NameOrDefinitionNameOrDefinition. fromXContent(XContentParser parser)Methods in org.elasticsearch.index.analysis with parameters of type NameOrDefinition Modifier and Type Method Description NamedAnalyzerAnalysisRegistry. buildCustomAnalyzer(IndexSettings indexSettings, boolean normalizer, NameOrDefinition tokenizer, List<NameOrDefinition> charFilters, List<NameOrDefinition> tokenFilters)Creates a custom analyzer from a collection ofNameOrDefinitionspecifications for each component Callers are responsible for closing the returned AnalyzerMethod parameters in org.elasticsearch.index.analysis with type arguments of type NameOrDefinition Modifier and Type Method Description NamedAnalyzerAnalysisRegistry. buildCustomAnalyzer(IndexSettings indexSettings, boolean normalizer, NameOrDefinition tokenizer, List<NameOrDefinition> charFilters, List<NameOrDefinition> tokenFilters)Creates a custom analyzer from a collection ofNameOrDefinitionspecifications for each component Callers are responsible for closing the returned Analyzer
-