Uses of Class
org.elasticsearch.client.indices.PutMappingRequest
-
Packages that use PutMappingRequest Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
Uses of PutMappingRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutMappingRequest Modifier and Type Method Description AcknowledgedResponseIndicesClient. putMapping(PutMappingRequest putMappingRequest, RequestOptions options)Updates the mappings on an index using the Put Mapping API.CancellableIndicesClient. putMappingAsync(PutMappingRequest putMappingRequest, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously updates the mappings on an index using the Put Mapping API. -
Uses of PutMappingRequest in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return PutMappingRequest Modifier and Type Method Description PutMappingRequestPutMappingRequest. indicesOptions(IndicesOptions indicesOptions)PutMappingRequestPutMappingRequest. source(String mappingSource, XContentType xContentType)The mapping source definition.PutMappingRequestPutMappingRequest. source(Map<String,?> mappingSource)The mapping source definition.PutMappingRequestPutMappingRequest. source(BytesReference source, XContentType xContentType)The mapping source definition.PutMappingRequestPutMappingRequest. source(XContentBuilder builder)The mapping source definition.
-