{@link #waitForMerge(boolean)} allows to control if the call will block until the optimize completes anddefaults to true.
{@link #maxNumSegments(int)} allows to control the number of segments to optimize down to. By default, willcause the optimize process to optimize down to half the configured number of segments. @author kimchy (shay.banon) @see org.elasticsearch.client.Requests#optimizeRequest(String) @see org.elasticsearch.client.IndicesAdminClient#optimize(OptimizeRequest) @see OptimizeResponse
|
|
|
|