aruggero commented on code in PR #1586: URL: https://github.com/apache/solr/pull/1586#discussion_r1175424689
########## solr/modules/ltr/src/java/org/apache/solr/ltr/CSVFeatureLogger.java: ########## @@ -23,14 +23,14 @@ public class CSVFeatureLogger extends FeatureLogger { private final char keyValueSep; private final char featureSep; - public CSVFeatureLogger(String fvCacheName, FeatureFormat f) { - super(fvCacheName, f); + public CSVFeatureLogger(String fvCacheName, FeatureFormat f, boolean extractAll) { Review Comment: logAll instead of extractAll? -- 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