Module org.elasticsearch.server
Class GetMappingsRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<GetMappingsRequest,GetMappingsResponse>
org.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequestBuilder
- All Implemented Interfaces:
RequestBuilder<GetMappingsRequest,GetMappingsResponse>
public class GetMappingsRequestBuilder
extends ActionRequestBuilder<GetMappingsRequest,GetMappingsResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request -
Constructor Summary
ConstructorsConstructorDescriptionGetMappingsRequestBuilder(ElasticsearchClient client, TimeValue masterTimeout, String... indices) -
Method Summary
Modifier and TypeMethodDescriptionaddIndices(String... indices) setIndices(String... indices) setIndicesOptions(IndicesOptions indicesOptions)
-
Constructor Details
-
GetMappingsRequestBuilder
public GetMappingsRequestBuilder(ElasticsearchClient client, TimeValue masterTimeout, String... indices)
-
-
Method Details
-
setIndices
-
addIndices
-
setIndicesOptions
-