Uses of Class
org.elasticsearch.client.indices.GetMappingsResponse
-
Packages that use GetMappingsResponse Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
Uses of GetMappingsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetMappingsResponse Modifier and Type Method Description GetMappingsResponseIndicesClient. getMapping(GetMappingsRequest getMappingsRequest, RequestOptions options)Retrieves the mappings on an index or indices using the Get Mapping API.Method parameters in org.elasticsearch.client with type arguments of type GetMappingsResponse Modifier and Type Method Description 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 GetMappingsResponse in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return GetMappingsResponse Modifier and Type Method Description static GetMappingsResponseGetMappingsResponse. fromXContent(XContentParser parser)
-