public interface ElasticsearchAnalyzerDefinitionContext
Modifier and Type | Method and Description |
---|---|
ElasticsearchCustomAnalyzerDefinitionContext |
custom()
Start a custom analyzer definition,
assigning a tokenizer, and optionally char filters and token filters to the definition.
|
ElasticsearchTypedAnalysisComponentDefinitionContext |
type(String type)
Start a typed analyzer definition,
assigning a type, and optionally parameters to the definition.
|
ElasticsearchCustomAnalyzerDefinitionContext custom()
ElasticsearchTypedAnalysisComponentDefinitionContext type(String type)
type
- The name of the analyzer type to configure.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.