opensearch-project/OpenSearch

[Enhancement] Access Flat_object Subfields Using Docvalues

Open

#7,138 opened on Apr 13, 2023

View on GitHub
 (7 comments) (1 reaction) (0 assignees)Java (1,505 forks)batch import
Searchenhancementhelp wanted

Repository metrics

Stars
 (8,123 stars)
PR merge metrics
 (Avg merge 5d 9h) (266 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. in 2.7.0 release, Flat_object Field does not support searching subfields in PainlessScript.

Describe the solution you'd like enable searching in PainlessScript, we will need to direct the fielddatabuilder to fetch docvalues within the two stringfields in memory

Contributor guide