public interface ElasticsearchNativeIndexFieldTypeMappingStep
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchNativeIndexFieldTypeOptionsStep<?> |
mapping(com.google.gson.JsonObject jsonObject) |
ElasticsearchNativeIndexFieldTypeOptionsStep<?> |
mapping(String jsonString) |
ElasticsearchNativeIndexFieldTypeOptionsStep<?> mapping(com.google.gson.JsonObject jsonObject)
jsonObject - A JsonObject representing an Elasticsearch field mapping.
The JSON object must be a syntactically correct Elasticsearch field mapping.
See the Elasticsearch documentation.ElasticsearchNativeIndexFieldTypeOptionsStep<?> mapping(String jsonString)
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.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.