Update search.proto

This commit is contained in:
Asim Aslam
2022-01-26 20:21:48 +00:00
committed by GitHub
parent 176e179e42
commit 8246d8f8a7

View File

@@ -61,10 +61,8 @@ message SearchResponse {
// Create an index by name
message CreateIndexRequest {
// the name of the index
// The name of the index
string index = 1;
// TODO: allow fields to index
// repeated Field fields = 2;
}
message Field {