mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-24 07:25:35 +00:00
Commit from m3o/m3o action
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user