Sure, I'll change it. Can I alter branch_3x too? Don't know what the policy is after the RCs have been published.
Dawid On Wed, Mar 23, 2011 at 2:07 PM, Grant Ingersoll <[email protected]> wrote: > Hey Dawid, > > Thanks for doing this. It would be good, too, if we no longer had to pass in > -Dsolr.clustering.enabled=true as there is no reason why we can't just have > it on like the other components. > > -Grant > > On Mar 22, 2011, at 4:44 PM, [email protected] wrote: > >> Author: dweiss >> Date: Tue Mar 22 20:44:21 2011 >> New Revision: 1084345 >> >> URL: http://svn.apache.org/viewvc?rev=1084345&view=rev >> Log: >> Removing the note about excluded JARs (everything is included). >> >> Modified: >> lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml >> >> Modified: lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml >> URL: >> http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml?rev=1084345&r1=1084344&r2=1084345&view=diff >> ============================================================================== >> --- lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml (original) >> +++ lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml Tue Mar 22 >> 20:44:21 2011 >> @@ -1183,12 +1183,10 @@ >> >> http://wiki.apache.org/solr/ClusteringComponent >> >> - This relies on third party jars which are notincluded in the >> - release. To use this component (and the "/clustering" handler) >> - Those jars will need to be downloaded, and you'll need to set >> - the solr.cluster.enabled system property when running solr... >> + You'll need to set the solr.cluster.enabled system property >> + when running solr to run with clustering enabled: >> >> - java -Dsolr.clustering.enabled=true -jar start.jar >> + java -Dsolr.clustering.enabled=true -jar start.jar >> --> >> <searchComponent name="clustering" >> enable="${solr.clustering.enabled:false}" >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
