[
https://issues.apache.org/jira/browse/SOLR-7388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14495665#comment-14495665
]
Shawn Heisey commented on SOLR-7388:
------------------------------------
In 5.0, the classes are still there, but they are deprecated. You can use them
if you must, but the warning is displayed, because anything that is deprecated
will be removed in the next major release.
In trunk, which is version 6.0.0-SNAPSHOT, these classes have been entirely
removed, as I just described. The trunk configs are
I think we can remove /get, /update, and /admin/ from all the configs, plus the
ThaiWordFilterFactory from all the schemas, but in at least some of the
examples, /replication has comments showing how to set up master/slave
replication. We should make sure that a defined replication handler will
override the built in one. I remember seeing something about a defined /update
handler with an update processor chain not overriding the built-in handler.
> warning log about deprecated class things
> -----------------------------------------
>
> Key: SOLR-7388
> URL: https://issues.apache.org/jira/browse/SOLR-7388
> Project: Solr
> Issue Type: Bug
> Components: SolrJ
> Affects Versions: 5.0
> Reporter: Stephen Chen
> Priority: Minor
> Labels: LOG, warnings
>
> I deployed SOLR5.0.0 to tomcat, and there are some logs shown every time
> after deployment, it might affect lots of users although it functions well,
> please kindly help to have a look and advice, many thanks!
> there is a similar issue I searched on-line, for reference
> http://grokbase.com/t/lucene/dev/14626fjmk0/jira-created-solr-6128-solrresourceloader-error-messages
> WARN - 2015-04-14 20:23:58.136; org.apache.solr.core.SolrResourceLoader;
> Solr loaded a deprecated plugin/analysis class [solr.ThaiWordFilterFactory].
> Please consult documentation how to replace it accordingly.
> WARN - 2015-04-14 20:23:59.374; org.apache.solr.core.SolrResourceLoader;
> Solr loaded a deprecated plugin/analysis class [solr.admin.AdminHandlers].
> Please consult documentation how to replace it accordingly.
> WARN - 2015-04-14 20:23:59.849; org.apache.solr.handler.admin.AdminHandlers;
> <requestHandler name="/admin/"
> class="solr.admin.AdminHandlers" /> is deprecated . It is not required
> anymore
> WARN - 2015-04-14 20:23:59.853; org.apache.solr.handler.admin.AdminHandlers;
> <requestHandler name="/admin/"
> class="solr.admin.AdminHandlers" /> is deprecated . It is not required
> anymore
> WARN - 2015-04-14 20:23:59.854; org.apache.solr.handler.admin.AdminHandlers;
> <requestHandler name="/admin/"
> class="solr.admin.AdminHandlers" /> is deprecated . It is not required
> anymore
> WARN - 2015-04-14 20:24:01.511; org.apache.solr.handler.admin.AdminHandlers;
> <requestHandler name="/admin/"
> class="solr.admin.AdminHandlers" /> is deprecated . It is not required
> anymore
> WARN - 2015-04-14 20:24:01.693; org.apache.solr.handler.admin.AdminHandlers;
> <requestHandler name="/admin/"
> class="solr.admin.AdminHandlers" /> is deprecated . It is not required
> anymore
> WARN - 2015-04-14 20:24:02.319; org.apache.solr.schema.IndexSchema; no
> uniqueKey specified in schema.
> WARN - 2015-04-14 20:24:02.429; org.apache.solr.handler.admin.AdminHandlers;
> <requestHandler name="/admin/"
> class="solr.admin.AdminHandlers" /> is deprecated . It is not required
> anymore
> WARN - 2015-04-14 20:24:02.453; org.apache.solr.handler.admin.AdminHandlers;
> <requestHandler name="/admin/"
> class="solr.admin.AdminHandlers" /> is deprecated . It is not required
> anymore
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]