You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Grant Ingersoll <gs...@apache.org> on 2010/10/27 21:26:13 UTC

Solr Clustering example

Does anyone recall why the Carrot2 stuff is disabled by default in the Solr example?  If my memory serves, it was due to the licensing issues that required the user to download certain libs.  Was there any other?  In other words, I'd like to enable it by default, as I have hooked it into the Solritas /browse example.

-Grant

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: Solr Clustering example

Posted by Chris Hostetter <ho...@fucit.org>.
: Does anyone recall why the Carrot2 stuff is disabled by default in the 
: Solr example?  If my memory serves, it was due to the licensing issues 
: that required the user to download certain libs.  Was there any other?  
: In other words, I'd like to enable it by default, as I have hooked it 
: into the Solritas /browse example.

I *think* the only issue was that since we didn't ship the jars, the 
component is disabled by default so SOlr can startup properly.  If you 
downloaded the jars yourself, you could add one system property and have 
it all working.

if the jars can/are now included in the Solr distribution, that's probably 
not needed -- but we still probably want to only use the clustering 
component in a special handler declaration so that it doesn't affect the 
performance of the default handler for people who aren't looking for it.


-Hoss

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org