Interface ElasticsearchNativeIndexFieldTypeMappingStep
public interface ElasticsearchNativeIndexFieldTypeMappingStep
-
Method Summary
-
Method Details
-
mapping
- Parameters:
jsonObject- AJsonObjectrepresenting an Elasticsearch field mapping. The JSON object must be a syntactically correct Elasticsearch field mapping. See the Elasticsearch documentation.- Returns:
- A DSL step where the index field type can be defined in more details.
-
mapping
- Parameters:
jsonString- A JSON-formatted string representing an Elasticsearch field mapping. The JSON object must be a syntactically correct Elasticsearch field mapping. See the Elasticsearch documentation.- Returns:
- A DSL step where the index field type can be defined in more details.
-