From 8f5fc83f45ed2c7f6cadf7506a17d98872a52096 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 26 Jan 2022 20:00:12 +0000 Subject: [PATCH] update comments --- search/proto/search.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search/proto/search.proto b/search/proto/search.proto index d28dac2..cca5bac 100644 --- a/search/proto/search.proto +++ b/search/proto/search.proto @@ -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;