Merge pull request 'Update query_multi_match.go' (#1) from query_multi_match into master
Reviewed-on: #1
This commit is contained in:
commit
99537b589e
|
@ -18,7 +18,7 @@ func (q *MultiMatchQuery) Map() map[string]interface{} {
|
|||
|
||||
type multiMatchParams struct {
|
||||
Qry interface{} `structs:"query"`
|
||||
Fields []string `structs:"fields"`
|
||||
Fields []string `structs:"fields,omitempty"`
|
||||
Type MultiMatchType `structs:"type,string,omitempty"`
|
||||
TieBrk float32 `structs:"tie_breaker,omitempty"`
|
||||
Boost float32 `structs:"boost,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue