Chris Hostetter wrote:
Honestly: if you have a really small cardinality for these numeric
values (ie: small enough to return every value on every request) perhaps
you should use faceting to find the min/max values (with facet.mincount=1)
instead of starts?
Thanks for the tips and info.
I
: So one question is if there's any way to increase StatsComponent performance.
: Does it use any caches, or does it operate without caches? My Solr is running
I believe it uses the field cache to allow fast lookup of numeric values
for documents as it iterates through teh document set -- there