From 00d2062813371ca2382afe8ed5a381b0d73948f0 Mon Sep 17 00:00:00 2001 From: reger Date: Wed, 1 Jul 2015 00:58:23 +0200 Subject: [PATCH] Rem depreciated AdminHandlers in solrconfig.xml avoid warning log W org.apache.solr.handler.admin.AdminHandlers is deprecated . It is not required anymore --- defaults/solr/solrconfig.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml index 34da423a1..a57b7339f 100644 --- a/defaults/solr/solrconfig.xml +++ b/defaults/solr/solrconfig.xml @@ -142,7 +142,7 @@ index format, but hooks into the schema to provide per-field customization of the postings lists and per-document values in the fieldType element (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) before upgrading to a newer version to avoid unnecessary reindexing. --> @@ -1072,9 +1072,9 @@ Admin Handlers - This will register all the standard admin RequestHandlers. - --> + -->