Description
PointField could leverage IndexOrDocValuesQuery in the case that both points and doc values are indexed. This has the potential to make range queries much faster since either points or doc values will be used to run the range depending on which is faster.
Attachments
Issue Links
- is duplicated by
-
SOLR-10143 Create IndexOrDocValuesQuery for PointFields when possible
- Closed