Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-01-26 20:25:51 +00:00
parent 362f73dca1
commit 58278dc08b
19 changed files with 1029 additions and 1032 deletions

View File

@@ -65,10 +65,7 @@ func (t *SearchService) Search(request *SearchRequest) (*SearchResponse, error)
}
type CreateIndexRequest struct {
// the name of the index
//
// TODO: allow fields to index
// repeated Field fields = 2;
// The name of the index
Index string `json:"index"`
}