Uses of Class
org.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
-
Packages that use GetIndexRequestBuilder Package Description org.elasticsearch.action.admin.indices.get org.elasticsearch.client -
-
Uses of GetIndexRequestBuilder in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get that return GetIndexRequestBuilder Modifier and Type Method Description GetIndexRequestBuilderGetIndexRequestBuilder. addFeatures(GetIndexRequest.Feature... features)GetIndexRequestBuilderGetIndexRequestBuilder. setFeatures(GetIndexRequest.Feature... features) -
Uses of GetIndexRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetIndexRequestBuilder Modifier and Type Method Description GetIndexRequestBuilderIndicesAdminClient. prepareGetIndex()Get index metadata for particular indices.
-