Description
After committing SOLR-5401 to branch_4x, I noticed that the example prints the following warnings on startup:
16:09:39 WARN SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.JsonUpdateRequestHandler]. Please consult documentation how to replace it accordingly. 16:09:39 WARN SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CSVRequestHandler]. Please consult documentation how to replace it accordingly.
We should fix this in the example config.
Attachments
Attachments
Issue Links
- is broken by
-
SOLR-5401 In Solr's ResourceLoader, add a check for @Deprecated annotation in the plugin/analysis/... class loading code, so we print a warning in the log if a deprecated factory class is used
- Closed