mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
[Docs] Correct javadoc of GetIndexRequest (#29364)
This commit is contained in:
parent
c1ae7e834c
commit
38a651e5f1
@ -28,7 +28,7 @@ import org.elasticsearch.common.util.ArrayUtils;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* A request to delete an index. Best created with {@link org.elasticsearch.client.Requests#deleteIndexRequest(String)}.
|
||||
* A request to retrieve information about an index.
|
||||
*/
|
||||
public class GetIndexRequest extends ClusterInfoRequest<GetIndexRequest> {
|
||||
public enum Feature {
|
||||
|
Loading…
x
Reference in New Issue
Block a user