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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
In the legacy engine, the following query is workable
SELECT firstname.keyword FROM
In the new engine, we the query will throw Semantic Exception because
Customer should not aware of the keyword, the query engine should expanded it automatically.
firstname.keyword is not the valid field in the symbol table/mapping. In DSL, firstname.keyword can't be used directly when select fields. {"from":0,"size":200,"timeout":"1m","_source":{"includes":["firstname.keyword"],"excludes":[]}}
The text was updated successfully, but these errors were encountered:
In the legacy engine, the following query is workable
In the new engine, we the query will throw Semantic Exception because
{"from":0,"size":200,"timeout":"1m","_source":{"includes":["firstname.keyword"],"excludes":[]}}
The text was updated successfully, but these errors were encountered: