mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
Update search.proto
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user