-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
SearchSearch query, autocomplete ...etcSearch query, autocomplete ...etcenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Description
Is your feature request related to a problem? Please describe.
Similar to the efforts in #7057 and #11144, FlatObjectField has a bunch of MultiTermQueries that will benefit from being able to search documents when only doc_values is enabled and using IndexOrDocValuesQuery when it has both index and doc_values enabled.
Describe the solution you'd like
If only index is enabled, we return the existing query. If both index and doc_values are enabled we return a wrapped IndexOrDocValuesQuery. If only doc_values are enabled, we probably use SortedSetDocValuesField.newXyzQuery for range, fuzzy etc
Describe alternatives you've considered
Do nothing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SearchSearch query, autocomplete ...etcSearch query, autocomplete ...etcenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Type
Projects
Status
Later (6 months plus)
Status
In-Review