mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 07:41:25 +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 {
|
message CreateIndexRequest {
|
||||||
// the name of the index
|
// the name of the index
|
||||||
string index = 1;
|
string index = 1;
|
||||||
@@ -77,7 +77,7 @@ message Field {
|
|||||||
|
|
||||||
message CreateIndexResponse {}
|
message CreateIndexResponse {}
|
||||||
|
|
||||||
// Delete an index.
|
// Delete an index by name
|
||||||
message DeleteIndexRequest {
|
message DeleteIndexRequest {
|
||||||
// The name of the index to delete
|
// The name of the index to delete
|
||||||
string index = 1;
|
string index = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user