On Wed, Nov 1, 2017 at 2:36 PM, Erick Erickson <erickerick...@gmail.com> wrote: > I _always_ prefer to reindex if possible. Additionally, as of Solr 7 > all the numeric types are deprecated in favor of points-based types > which are faster on all fronts and use less memory.
They are a good step forward in genera, and faster for range queries (and multiple-dimensions), but looking at the design I'd guess that they may be slower for exact-match queries? Has anyone tested this? -Yonik