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 2008/09/30 19:30:14 UTC

[Solr Wiki] Trivial Update of "StatsComponent" by SeanTimm

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by SeanTimm:
http://wiki.apache.org/solr/StatsComponent

The comment on the change is:
spelling  statists -> statistics

------------------------------------------------------------------------------
  
  || '''param'''   || '''description''' ||
  || stats         || true -- then do stats ||
- || stats.field   || add one parameter for each field that needs statists ||
+ || stats.field   || add one parameter for each field that needs statistics ||
- || stats.twopass || Should the component calculate statists that require two passes through the data.  Currently this adds the ''median'' value.  In the future, it could add Q1 and Q3 (1st and 3rd quarter) ||
+ || stats.twopass || Should the component calculate statistics that require two passes through the data.  Currently this adds the ''median'' value.  In the future, it could add Q1 and Q3 (1st and 3rd quarter) ||
  
  == Example ==