Uses of Class
org.elasticsearch.client.indices.GetFieldMappingsResponse
-
Packages that use GetFieldMappingsResponse Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
Uses of GetFieldMappingsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetFieldMappingsResponse Modifier and Type Method Description GetFieldMappingsResponseIndicesClient. getFieldMapping(GetFieldMappingsRequest getFieldMappingsRequest, RequestOptions options)Retrieves the field mappings on an index or indices using the Get Field Mapping API.Method parameters in org.elasticsearch.client with type arguments of type GetFieldMappingsResponse Modifier and Type Method Description CancellableIndicesClient. getFieldMappingAsync(GetFieldMappingsRequest getFieldMappingsRequest, RequestOptions options, ActionListener<GetFieldMappingsResponse> listener)Asynchronously retrieves the field mappings on an index or indices using the Get Field Mapping API. -
Uses of GetFieldMappingsResponse in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return GetFieldMappingsResponse Modifier and Type Method Description static GetFieldMappingsResponseGetFieldMappingsResponse. fromXContent(XContentParser parser)
-