Re: Migration Lucene 4.7.0 -->6.0.1 - NumericUtils
LegacyNumericUtils is the right solution for your index for now, but
longer term you should migrate to dimensional points instead, which
are a more efficient way to index and range search numerics.
But: why do you need all distinct values of a fiel
LegacyNumericUtils is the right solution for your index for now, but
longer term you should migrate to dimensional points instead, which
are a more efficient way to index and range search numerics.
But: why do you need all distinct values of a field? In general this
is a very dangerous method to