From a03ed96eae0633cd6e16f5e1140af0f46bd70e9b Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Tue, 17 Nov 2015 19:34:18 +0000 Subject: [PATCH] SOLR-8294: Cleanup solrconfig.xmls under solr/example/example-DIH/solr (removed obsolete clustering handler sections). git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1714856 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 3 + .../example-DIH/solr/db/conf/solrconfig.xml | 102 ----------------- .../example-DIH/solr/mail/conf/solrconfig.xml | 103 +----------------- .../example-DIH/solr/rss/conf/solrconfig.xml | 102 ----------------- .../example-DIH/solr/solr/conf/solrconfig.xml | 103 ------------------ .../example-DIH/solr/tika/conf/solrconfig.xml | 102 ----------------- 6 files changed, 4 insertions(+), 511 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 38194623836..6a1e1267895 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -429,6 +429,9 @@ Optimizations Other Changes ---------------------- +* SOLR-8294: Cleanup solrconfig.xmls under solr/example/example-DIH/solr (removed + obsolete clustering handler sections). (Dawid Weiss) + * SOLR-7969: Unavailable clustering engines should not fail the core. (Dawid Weiss) * SOLR-7790, SOLR-7791: Update Carrot2 clustering component to diff --git a/solr/example/example-DIH/solr/db/conf/solrconfig.xml b/solr/example/example-DIH/solr/db/conf/solrconfig.xml index 4aaca4f4839..884f60f53b1 100644 --- a/solr/example/example-DIH/solr/db/conf/solrconfig.xml +++ b/solr/example/example-DIH/solr/db/conf/solrconfig.xml @@ -77,9 +77,6 @@ - - - @@ -1198,105 +1195,6 @@ tvComponent - - - - - lingo - - - org.carrot2.clustering.lingo.LingoClusteringAlgorithm - - - clustering/carrot2 - - - - - stc - org.carrot2.clustering.stc.STCClusteringAlgorithm - - - - - kmeans - org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm - - - - - - - true - true - - name - - id - - features - - true - - - - false - - - edismax - - text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 - - *:* - 10 - *,score - - - clustering - - - - - lingo - - - org.carrot2.clustering.lingo.LingoClusteringAlgorithm - - - clustering/carrot2 - - - - - stc - org.carrot2.clustering.stc.STCClusteringAlgorithm - - - - - kmeans - org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm - - - - - - - true - true - - name - - id - - features - - true - - - - false - - - edismax - - text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 - - *:* - 10 - *,score - - - clustering - - - - - - lingo - - - org.carrot2.clustering.lingo.LingoClusteringAlgorithm - - - clustering/carrot2 - - - - - stc - org.carrot2.clustering.stc.STCClusteringAlgorithm - - - - - kmeans - org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm - - - - - - - true - true - - name - - id - - features - - true - - - - false - - - edismax - - text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 - - *:* - 10 - *,score - - - clustering - - - - - - lingo - - - org.carrot2.clustering.lingo.LingoClusteringAlgorithm - - - clustering/carrot2 - - - - - stc - org.carrot2.clustering.stc.STCClusteringAlgorithm - - - - - kmeans - org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm - - - - - - - true - true - - name - - id - - features - - true - - - - false - - - edismax - - text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 - - *:* - 10 - *,score - - - clustering - - - - - - lingo - - - org.carrot2.clustering.lingo.LingoClusteringAlgorithm - - - clustering/carrot2 - - - - - stc - org.carrot2.clustering.stc.STCClusteringAlgorithm - - - - - kmeans - org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm - - - - - - - true - true - - name - - id - - features - - true - - - - false - - - edismax - - text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 - - *:* - 10 - *,score - - - clustering - - -