Uses of Class
org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
Packages that use GetFieldMappingsRequest Package Description org.elasticsearch.action.admin.indices.mapping.get org.elasticsearch.client -
-
Uses of GetFieldMappingsRequest in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get 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.GetFieldMappingsRequestGetFieldMappingsRequest. types(String... types)Methods in org.elasticsearch.action.admin.indices.mapping.get with parameters of type GetFieldMappingsRequest Modifier and Type Method Description protected voidTransportGetFieldMappingsAction. doExecute(Task task, GetFieldMappingsRequest request, ActionListener<GetFieldMappingsResponse> listener) -
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)Deprecated.This method uses old request and response objects which still refer to types, a deprecated feature.CancellableIndicesClient. getFieldMappingAsync(GetFieldMappingsRequest getFieldMappingsRequest, RequestOptions options, ActionListener<GetFieldMappingsResponse> listener)Deprecated.This method uses old request and response objects which still refer to types, a deprecated feature.ActionFuture<GetFieldMappingsResponse>IndicesAdminClient. getFieldMappings(GetFieldMappingsRequest request)Get the mappings of specific fieldsvoidIndicesAdminClient. getFieldMappings(GetFieldMappingsRequest request, ActionListener<GetFieldMappingsResponse> listener)Get the mappings of specific fields
-