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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]