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
Some default values in the ES generator scripts are not matching the default mapping parameter values in Elasticsearch.
The doc_valuesdefault is true. The ES generator is defaulting to use false when index is set to false in the schema and doc_values is undefined, around here. It should instead default to true, to match Elasticsearch behaviour.