Re: Solr 8.6.2 - Solr loaded a deprecated plugin/analysis

2020-09-23 Thread Shawn Heisey

On 9/22/2020 10:22 PM, Anuj Bhargava wrote:

How to solve this issue? How to replace it?

SolrResourceLoader
Solr loaded a deprecated plugin/analysis class [solr.DataImportHandler].
Please consult documentation how to replace it accordingly.


That is a generic message about using deprecated features.  It's a 
message that means "Hey, we noticed you're using something that's going 
to disappear one day.  You might want to look into using something else, 
because one day that thing you're using is going to be gone."


DIH (the DataImportHandler) is being discontinued.  It will no longer be 
maintained by the project.  Its functionality might be continued by the 
community in a new project, that may or may not be part of the Apache 
Foundation.


If you stick with Solr 8.x, you will not need to find a replacement for 
DIH.  It should remain part of Solr in all 8.x versions, most things 
that are deprecated are not removed until the next *major* version is 
released, which in this case, will be version 9.0.0.  We do not yet know 
when that version will be released.


Thanks,
Shawn


Solr 8.6.2 - Solr loaded a deprecated plugin/analysis

2020-09-22 Thread Anuj Bhargava
How to solve this issue? How to replace it?

SolrResourceLoader
Solr loaded a deprecated plugin/analysis class [solr.DataImportHandler].
Please consult documentation how to replace it accordingly.