update comments

This commit is contained in:
Asim Aslam
2022-01-26 20:00:12 +00:00
parent 6321db94cf
commit 8f5fc83f45

View File

@@ -60,7 +60,7 @@ message SearchResponse {
}
// Create a search index by name
// Create an index by name
message CreateIndexRequest {
// the name of the index
string index = 1;
@@ -77,7 +77,7 @@ message Field {
message CreateIndexResponse {}
// Delete an index.
// Delete an index by name
message DeleteIndexRequest {
// The name of the index to delete
string index = 1;