: Should we try to do this like SolrCell... just make it a lazy handler
: and reference the libs in solrconfig.xml?  Oh wait... searchComponents
: can't be lazy I don't think... darn.

what about using the ebale="tue" syntax noble added ... i'm pretty sure i 
saw that that gets applied for any type of plugin.  we could use teh <lib> 
syntax to (try to) load the clustering jars, and then have a clustering 
component disabled by default (using a system prop defaulted to "false")

even if hte clustering libs aren't downloaded, the example should still 
load fine ... if people wnat to try the clustering demo, they have to 
build the contrib (and download the jars) and then run something like...

   cd example
   java -Dsolr.enable.clustering=true -jar start.jar

...that should work right?



-Hoss

Reply via email to