diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 4fccdf2703a..0951352a0fb 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -115,6 +115,10 @@ Optimizations Other Changes ---------------------- +* SOLR-4708: Enable ClusteringComponent by default in collection1 example. + The solr.clustering.enabled system property is set to 'true' by default. + (ehatcher, Dawid Weiss) + * SOLR-4914: Factor out core list persistence and discovery into a new CoresLocator interface. (Alan Woodward) diff --git a/solr/contrib/uima/src/test-files/uima/solr/collection1/conf/solrconfig.xml b/solr/contrib/uima/src/test-files/uima/solr/collection1/conf/solrconfig.xml index 9a7143f2bd9..0174555ceed 100644 --- a/solr/contrib/uima/src/test-files/uima/solr/collection1/conf/solrconfig.xml +++ b/solr/contrib/uima/src/test-files/uima/solr/collection1/conf/solrconfig.xml @@ -48,13 +48,10 @@ ends) will be included. --> - - - - - - - - default - - org.carrot2.clustering.lingo.LingoClusteringAlgorithm - - 20 - - - stc - org.carrot2.clustering.stc.STCClusteringAlgorithm - - - - - true - default - true - - name - id - - features - - true - - - - false - - - clusteringComponent - - - - - - - - - - - default - - org.carrot2.clustering.lingo.LingoClusteringAlgorithm - - 20 - - - stc - org.carrot2.clustering.stc.STCClusteringAlgorithm - - - - - true - default - true - - name - id - - features - - true - - - - false - - - clusteringComponent - - - @@ -1445,7 +1439,7 @@ --> true diff --git a/solr/example/solr/collection1/conf/velocity/cluster.vm b/solr/example/solr/collection1/conf/velocity/cluster.vm index 49570712cb3..c501cffe363 100644 --- a/solr/example/solr/collection1/conf/velocity/cluster.vm +++ b/solr/example/solr/collection1/conf/velocity/cluster.vm @@ -9,7 +9,7 @@ ## Div tag has placeholder text by default
- Run Solr with java -Dsolr.clustering.enabled=true -jar start.jar to see results + Loading...
## Replace the div content *if* Carrot^2 is available