mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 21:34:56 +00:00
Update search.proto
This commit is contained in:
@@ -61,10 +61,8 @@ message SearchResponse {
|
|||||||
|
|
||||||
// Create an 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;
|
||||||
// TODO: allow fields to index
|
|
||||||
// repeated Field fields = 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message Field {
|
message Field {
|
||||||
|
|||||||
Reference in New Issue
Block a user