From 49a7ccee8c0fd0615c7181981ef32b1dec423bcb Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Wed, 11 Sep 2013 11:24:19 +0000 Subject: [PATCH] SOLR-5202: cleaned up comments surrounding clustering component. Left all the algorithms in there, but added a pointer to integration-strategies which includes more exhaustive configuration examples. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521804 13f79535-47bb-0310-9956-ffa450edef68 --- .../solr/collection1/conf/solrconfig.xml | 50 +++++++++---------- 1 file changed, 24 insertions(+), 26 deletions(-) diff --git a/solr/example/solr/collection1/conf/solrconfig.xml b/solr/example/solr/collection1/conf/solrconfig.xml index bba28d97c9c..a948acc5362 100755 --- a/solr/example/solr/collection1/conf/solrconfig.xml +++ b/solr/example/solr/collection1/conf/solrconfig.xml @@ -1381,6 +1381,7 @@ default - - + clustering/carrot2 @@ -1453,26 +1449,28 @@ true default 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 - + + 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