Skip to content

IndexSortSortedNumericDocValuesRangeQuery should support floats and doubles #16698

Description

@HoustonPutman

Description

IndexSortSortedNumericDocValuesRangeQuery currently only supports Int/Long fields because the docValue encoding for floats and doubles is different between single valued and multi valued fields. Normally this would be a problem, however we know both the data type (int, float, double, long) as well as the docValues type (Numeric or Sorted Numeric), so we know exactly what encoding to expect where. With this in mind, IndexSortSortedNumericDocValuesRangeQuery should support floats and doubles.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions