dsmiley commented on a change in pull request #2482: URL: https://github.com/apache/lucene-solr/pull/2482#discussion_r618630451
########## File path: solr/core/src/java/org/apache/solr/update/SolrIndexConfig.java ########## @@ -303,6 +304,10 @@ private MergePolicy buildMergePolicy(SolrResourceLoader resourceLoader, IndexSch new Class[] { SolrResourceLoader.class, MergePolicyFactoryArgs.class, IndexSchema.class }, new Object[] {resourceLoader, mpfArgs, schema }); + if (mpf instanceof UninvertDocValuesMergePolicyFactory) { Review comment: When Solr loads a deprecated class (see SolrResourceLoader line 537), it detects this and logs a warning. I think that's fine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org