Uses of Class
org.elasticsearch.client.indices.GetMappingsRequest
-
Packages that use GetMappingsRequest Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
Uses of GetMappingsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetMappingsRequest Modifier and Type Method Description GetMappingsResponseIndicesClient. getMapping(GetMappingsRequest getMappingsRequest, RequestOptions options)Retrieves the mappings on an index or indices using the Get Mapping API.CancellableIndicesClient. getMappingAsync(GetMappingsRequest getMappingsRequest, RequestOptions options, ActionListener<GetMappingsResponse> listener)Asynchronously retrieves the mappings on an index on indices using the Get Mapping API. -
Uses of GetMappingsRequest in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return GetMappingsRequest Modifier and Type Method Description GetMappingsRequestGetMappingsRequest. includeDefaults(boolean includeDefaults)Indicates whether default mapping settings should be returnedGetMappingsRequestGetMappingsRequest. indices(String... indices)GetMappingsRequestGetMappingsRequest. indicesOptions(IndicesOptions indicesOptions)GetMappingsRequestGetMappingsRequest. local(boolean local)Indicates whether the receiving node should operate based on local index information or forward requests, where needed, to other nodes.
-