mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Before this change the `MultiMatchQuery` called the field types `termQuery()` with a null context. This is not correct so this change fixes this so the `MultiMatchQuery` now uses the `ShardQueryContext` it stores as a field. Relates to https://github.com/elastic/elasticsearch/pull/20796#pullrequestreview-3606305