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=14&rev2=15 * 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. == Results ==