On Fri, Aug 19, 2016 at 12:02 PM, Alexandre Rafalovitch
<[email protected]> wrote:
> But the
> documentation that explains why the later are useful
> (NumericRangeQuery) is now a (LegacyNumericRangeQuery) and the source
> code seems to show that docValues can (should?) be used instead.

Using docValues for range queries would involve scanning the complete
column and would often be much slower than using the indexed values.

-Yonik

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to