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/22 02:23:13 UTC

[Solr Wiki] Update of "ClusteringComponent" by KojiSekiguchi

Dear Wiki user,

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

The "ClusteringComponent" page has been changed by KojiSekiguchi.
http://wiki.apache.org/solr/ClusteringComponent?action=diff&rev1=44&rev2=45

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

  
  The !ClusteringComponent is responsible for taking in the request, identify the clustering engine to be used (a !SolrClusteringEngine implementation) and then delegating the work to that engine.  Once the engine is done, the results are then added to the response.
  
- The !ClusteringComponent currently does not support distributed processing.
+ <!> [[Solr3.1]]
+ The !ClusteringComponent supports distributed processing, except carrot.produceSummary option (Please see [[http://issues.apache.org/jira/browse/SOLR-2282|SOLR-2282]] about the restriction).
  
  == Installation ==