aruggero commented on code in PR #3433: URL: https://github.com/apache/solr/pull/3433#discussion_r2235495154
########## solr/modules/ltr/src/java/org/apache/solr/ltr/response/transform/LTRFeatureLoggerTransformerFactory.java: ########## @@ -75,11 +75,10 @@ public class LTRFeatureLoggerTransformerFactory extends TransformerFactory { // used inside fl to specify to log (all|model only) features private static final String FV_LOG_ALL = "logAll"; - private static final String DEFAULT_LOGGING_MODEL_NAME = "logging-model"; + public static final String DEFAULT_LOGGING_MODEL_NAME = "logging-model"; Review Comment: We can discuss this.. I need to access it inside the LTRScoringQuery.java By now, this class is only called at the beginning to create the transformer; there is no "TransformerFactory object" I can access later on. -- 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. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org