Uses of Class
org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
-
Packages that use IndicesSegmentsRequestBuilder Package Description org.elasticsearch.action.admin.indices.segments org.elasticsearch.client -
-
Uses of IndicesSegmentsRequestBuilder in org.elasticsearch.action.admin.indices.segments
Methods in org.elasticsearch.action.admin.indices.segments that return IndicesSegmentsRequestBuilder Modifier and Type Method Description IndicesSegmentsRequestBuilderIndicesSegmentsRequestBuilder. setVerbose(boolean verbose) -
Uses of IndicesSegmentsRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return IndicesSegmentsRequestBuilder Modifier and Type Method Description IndicesSegmentsRequestBuilderIndicesAdminClient. prepareSegments(String... indices)The segments of one or more indices.
-