Interface ElasticsearchNormalizerTypeStep
-
public interface ElasticsearchNormalizerTypeStep
The initial step in an analyzer definition, where the type of normalizer can be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchNormalizerOptionalComponentsStep
custom()
Start a custom normalizer definition, assigning char filters and token filters to the definition.
-
-
-
Method Detail
-
custom
ElasticsearchNormalizerOptionalComponentsStep custom()
Start a custom normalizer definition, assigning char filters and token filters to the definition.- Returns:
- The next step.
-
-