though see SOLR-11078 , which is reporting significant query slowdowns after converting *Trie to *Point fields in 7.1, compared with 6.4.2
On Wed, Nov 1, 2017 at 9:06 PM, Yonik Seeley <ysee...@gmail.com> wrote: > 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 >