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/08/23 16:22:11 UTC

[Solr Wiki] Update of "ClusteringComponent" by GrantIngersoll

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 GrantIngersoll.
http://wiki.apache.org/solr/ClusteringComponent?action=diff&rev1=40&rev2=41

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

  The !ClusteringComponent currently does not support distributed processing.
  
  == Installation ==
+ 
+ <!> [[Solr1.4]]
  The !ClusteringComponent is in the contrib area of Solr.  Due to some dependencies on LGPL libraries for the Carrot2 implementation, we cannot package a complete binary solution (with all the dependencies).  To get the Carrot2 solution, you will need to download these libraries.  To do this, on the command line in the contrib/clustering directory, run {{{ant get-libraries}}}.  This will create a downloads directory under the lib directory for the downloaded jars.
+ 
+ <!> [[Solr4.0]]
+ Carrot2 is now fully integrated into Solr and does not require special downloads, thanks to the removal of LGPL dependencies.
+ 
  
  
  == Installing on Tomcat ==