You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/12/24 06:08:30 UTC

[Solr Wiki] Update of "StatsComponent" by JonathanRochkind

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 JonathanRochkind.
http://wiki.apache.org/solr/StatsComponent?action=diff&rev1=11&rev2=12

--------------------------------------------------

   * The facet field can be selectively applied.  That is if you want stats on field "A" and "B", you can facet a on "X" and B on "Y" using &stats.field=A&f.A.stats.facet=X&stats.field=B&f.B.stats.facet=Y
   * /!\ Warning, as implemented, all facet results are returned, be careful what fields you ask for!
   * Multi-valued fields and facets may be slow.
+  * Multi-valued fields may not work properly at all. 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.