alessandrobenedetti commented on a change in pull request #2350: URL: https://github.com/apache/lucene-solr/pull/2350#discussion_r576027448
########## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/model/LTRScoringModel.java ########## @@ -108,7 +108,7 @@ public static LTRScoringModel getInstance(SolrResourceLoader solrResourceLoader, SolrPluginUtils.invokeSetters(model, params.entrySet()); } } catch (final Exception e) { - throw new ModelException("Model type does not exist " + className, e); + throw new ModelException("Model creation failed for " + className, e); Review comment: agreed! ---------------------------------------------------------------- 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