Rem depreciated AdminHandlers in solrconfig.xml

avoid warning log
W  org.apache.solr.handler.admin.AdminHandlers <requestHandler name="/admin/"  class="solr.admin.AdminHandlers" /> is deprecated . It is not required anymore
pull/8/head
reger 10 years ago
parent f901e7d3cf
commit 00d2062813

@ -142,7 +142,7 @@
index format, but hooks into the schema to provide per-field customization of index format, but hooks into the schema to provide per-field customization of
the postings lists and per-document values in the fieldType element the postings lists and per-document values in the fieldType element
(postingsFormat/docValuesFormat). Note that most of the alternative implementations (postingsFormat/docValuesFormat). Note that most of the alternative implementations
are experimental, so if you choose to customize the index format, its a good are experimental, so if you choose to customize the index format, it's a good
idea to convert back to the official format e.g. via IndexWriter.addIndexes(IndexReader) idea to convert back to the official format e.g. via IndexWriter.addIndexes(IndexReader)
before upgrading to a newer version to avoid unnecessary reindexing. before upgrading to a newer version to avoid unnecessary reindexing.
--> -->
@ -1072,9 +1072,9 @@
Admin Handlers - This will register all the standard admin Admin Handlers - This will register all the standard admin
RequestHandlers. RequestHandlers.
-->
<requestHandler name="/admin/" <requestHandler name="/admin/"
class="solr.admin.AdminHandlers" /> class="solr.admin.AdminHandlers" />
-->
<!-- This single handler is equivalent to the following... --> <!-- This single handler is equivalent to the following... -->
<!-- <!--
<requestHandler name="/admin/luke" class="solr.admin.LukeRequestHandler" /> <requestHandler name="/admin/luke" class="solr.admin.LukeRequestHandler" />
@ -1244,7 +1244,6 @@
<!-- Class name of a clustering algorithm compatible with the Carrot2 framework. <!-- Class name of a clustering algorithm compatible with the Carrot2 framework.
Currently available open source algorithms are: Currently available open source algorithms are:
* org.carrot2.clustering.lingo.LingoClusteringAlgorithm * org.carrot2.clustering.lingo.LingoClusteringAlgorithm
* org.carrot2.clustering.stc.STCClusteringAlgorithm * org.carrot2.clustering.stc.STCClusteringAlgorithm
* org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm * org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm

Loading…
Cancel
Save