Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "StatsComponent" page has been changed by NikolaiLuthman: http://wiki.apache.org/solr/StatsComponent?action=diff&rev1=15&rev2=16 * Multi-valued fields and facets may be slow. * Computing statistics using stats.facet over a multi-valued field does not work properly. https://issues.apache.org/jira/browse/SOLR-1782 * Multi-value fields rely on UnInvertedField.java for implementation. This is like a !FieldCache, so be aware of your memory footprint. - * TrieFields with a precisionStep higher than 0 also rely on UnInvertedField.java. + * TrieFields of type int/float has to use a precisionStep of 32 and long/double 64 to avoid using UnInvertedField.java. == Results ==