mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 04:24:44 +00:00
update comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user