You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change Fields to be optional on MultiMatchQuery (#3195)
This commit adds the ability to send multi_match query without providing any fields.
When no fields are provided the multi_match query will use the fields
defined in the index setting index.query.default_field
(which in turns defaults to *).
Closes#3159
0 commit comments