We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ae7e8 commit 38a651eCopy full SHA for 38a651e
server/src/main/java/org/elasticsearch/action/admin/indices/get/GetIndexRequest.java
@@ -28,7 +28,7 @@
28
import java.io.IOException;
29
30
/**
31
- * A request to delete an index. Best created with {@link org.elasticsearch.client.Requests#deleteIndexRequest(String)}.
+ * A request to retrieve information about an index.
32
*/
33
public class GetIndexRequest extends ClusterInfoRequest<GetIndexRequest> {
34
public enum Feature {
0 commit comments