mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-02 05:18:49 +00:00
Doc values can now only be enabled by setting `doc_values: true` in the mappings. Removing this feature also means that we can now fail mapping updates that try to disable doc values.