diff --git a/contrib/clustering/README.txt b/contrib/clustering/README.txt index 2b876e462e7..45c4e562f63 100644 --- a/contrib/clustering/README.txt +++ b/contrib/clustering/README.txt @@ -4,5 +4,5 @@ It currently provides clustering support for search results using the Carrot2 pr See http://wiki.apache.org/solr/ClusteringComponent for how to get started. Also, note, some of the Carrot2 libraries cannot be distributed in binary form because they are LGPL. Thus, you will have - to download those components. See the build.xml file located in this directory for the location of the libraries. - The libraries you will need are: nni.jar, Colt and PNJ. \ No newline at end of file +to download those components. See the build.xml file located in this directory for the location of the libraries. +The libraries you will need are: nni.jar, Colt and PNJ. diff --git a/contrib/clustering/build.xml b/contrib/clustering/build.xml index 675e65639fb..4d16f09e05b 100644 --- a/contrib/clustering/build.xml +++ b/contrib/clustering/build.xml @@ -29,7 +29,6 @@ - @@ -47,7 +46,10 @@ - + + + + @@ -59,30 +61,30 @@ - - - - + + + + - + - + - + - + @@ -112,14 +114,6 @@ - - - - - - - - diff --git a/example/clustering/solr/conf/mapping-ISOLatin1Accent.txt b/contrib/clustering/conf/mapping-ISOLatin1Accent.txt similarity index 100% rename from example/clustering/solr/conf/mapping-ISOLatin1Accent.txt rename to contrib/clustering/conf/mapping-ISOLatin1Accent.txt diff --git a/example/clustering/solr/conf/protwords.txt b/contrib/clustering/conf/protwords.txt similarity index 100% rename from example/clustering/solr/conf/protwords.txt rename to contrib/clustering/conf/protwords.txt diff --git a/example/clustering/solr/conf/schema.xml b/contrib/clustering/conf/schema.xml similarity index 100% rename from example/clustering/solr/conf/schema.xml rename to contrib/clustering/conf/schema.xml diff --git a/example/clustering/solr/conf/solrconfig.xml b/contrib/clustering/conf/solrconfig.xml similarity index 100% rename from example/clustering/solr/conf/solrconfig.xml rename to contrib/clustering/conf/solrconfig.xml diff --git a/example/clustering/solr/conf/spellings.txt b/contrib/clustering/conf/spellings.txt similarity index 100% rename from example/clustering/solr/conf/spellings.txt rename to contrib/clustering/conf/spellings.txt diff --git a/example/clustering/solr/conf/stopwords.txt b/contrib/clustering/conf/stopwords.txt similarity index 100% rename from example/clustering/solr/conf/stopwords.txt rename to contrib/clustering/conf/stopwords.txt diff --git a/example/clustering/solr/conf/synonyms.txt b/contrib/clustering/conf/synonyms.txt similarity index 100% rename from example/clustering/solr/conf/synonyms.txt rename to contrib/clustering/conf/synonyms.txt