You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we add doc values to range fields and build doc-values-based range queries, then we could leverage IndexOrDocValuesQuery in order to use doc values when they are expected to be more efficient than points.
…ficient than points.
* Enable doc values for range fields by default.
* Store ranges in a binary format that support multi field fields.
* Added BinaryDocValuesRangeQuery that can query ranges that have been encoded into a binary doc values field.
* Wrap range queries on a range field in IndexOrDocValuesQuery query.
Closeselastic#24314
If we add doc values to
range
fields and build doc-values-based range queries, then we could leverageIndexOrDocValuesQuery
in order to use doc values when they are expected to be more efficient than points.Related to #23182
The text was updated successfully, but these errors were encountered: