Description
This issue is a spinoff of #43805 that focuses on a specific use case: supporting numeric fields in the flattened field.
We've discussed this internally and agreed that it is something that we'd like to provide.
This new field could be considered as the numeric version of the flattened field where all values should be parseable as numbers. The details of the implementation are still unclear but multiple ideas were shared internally:
-
We could reuse the framework added for the
rank_feature
query where field names could be indexed as terms and values as frequencies. -
We could use points with multiple dimensions and/or prefixes/suffixes to index the pair field name, value.
This issue is a placeholder to provide feedback and updates on the overall plan (supporting a fully numeric flattened field).