Interface ElasticsearchAnalysisComponentTypeStep
-
public interface ElasticsearchAnalysisComponentTypeStep
The step in an analysis component definition where the type of that component can be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchAnalysisComponentParametersStep
type(String name)
Set the Elasticsearch type to use for the definition.
-
-
-
Method Detail
-
type
ElasticsearchAnalysisComponentParametersStep type(String name)
Set the Elasticsearch type to use for the definition.- Parameters:
name
- The value for the 'type' parameter in the Elasticsearch definition.- Returns:
- The next step.
-
-