RE: Migration Lucene 4.7.0 -->6.0.1 - NumericUtils

2016-12-05 Thread Ludovic Bertin
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

Re: Migration Lucene 4.7.0 -->6.0.1 - NumericUtils

2016-09-22 Thread Michael McCandless
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