Interface ElasticsearchAnalysisComponentTypeStep
public interface ElasticsearchAnalysisComponentTypeStep
The step in an analysis component definition where the type of that component can be set.
-
Method Summary
Modifier and TypeMethodDescriptionSet the Elasticsearch type to use for the definition.
-
Method Details
-
type
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.
-