MATCH command in its current form does not retrieve field information. That means ES|QL can't validate that the fields are resolved / valid, and perform optimisations that need field information.
Information for fields used in the query string query must be retrieved, and used in validations / optimisations
MATCH command in its current form does not retrieve field information. That means ES|QL can't validate that the fields are resolved / valid, and perform optimisations that need field information.
Information for fields used in the query string query must be retrieved, and used in validations / optimisations