Format doc values fields #26948
Labels
blocker
>bug
:Search/Search
Search-related issues that do not fall into other categories
v7.0.0-beta1
Follow-up of #22146, which has been stalled for a long time and probably needs to be re-done entirely now.
Currently docvalues_fields return the values of the fields as they are stored
in doc values. I don't like that it exposes implementation details, but there
are also user-facing issues like the fact it cannot work with binary fields.
This change will also make it easier for users to reindex if they do not store
the source, since docvalues_fields will return data is such a format that it
can be put in an indexing request with the same mappings.
The text was updated successfully, but these errors were encountered: