Class FeatureLogger

java.lang.Object
org.apache.solr.ltr.FeatureLogger
Direct Known Subclasses:
CSVFeatureLogger

public abstract class FeatureLogger extends Object
FeatureLogger can be registered in a model and provide a strategy for logging the feature values.
  • Field Details

  • Constructor Details

  • Method Details

    • printFeatureVector

      public abstract String printFeatureVector(LTRScoringQuery.FeatureInfo[] featuresInfo)
    • isLoggingAll

      public Boolean isLoggingAll()
    • setLogAll

      public void setLogAll(Boolean logAll)
    • setLogFeatures

      public void setLogFeatures(boolean logFeatures)
    • isLogFeatures

      public boolean isLogFeatures()