Uses of Class
org.elasticsearch.client.indices.GetFieldMappingsRequest
-
Packages that use GetFieldMappingsRequest Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
Uses of GetFieldMappingsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetFieldMappingsRequest 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.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 GetFieldMappingsRequest in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return GetFieldMappingsRequest Modifier and Type Method Description GetFieldMappingsRequestGetFieldMappingsRequest. fields(String... fields)GetFieldMappingsRequestGetFieldMappingsRequest. includeDefaults(boolean includeDefaults)Indicates whether default mapping settings should be returnedGetFieldMappingsRequestGetFieldMappingsRequest. indices(String... indices)GetFieldMappingsRequestGetFieldMappingsRequest. indicesOptions(IndicesOptions indicesOptions)GetFieldMappingsRequestGetFieldMappingsRequest. local(boolean local)Indicate whether the receiving node should operate based on local index information or forward requests, where needed, to other nodes.
-