Uses of Enum Class
org.apache.solr.ltr.FeatureLogger.FeatureFormat
Packages that use FeatureLogger.FeatureFormat
Package
Description
This package contains the main logic for performing the reranking using a Learning to Rank model.
-
Uses of FeatureLogger.FeatureFormat in org.apache.solr.ltr
Fields in org.apache.solr.ltr declared as FeatureLogger.FeatureFormatModifier and TypeFieldDescriptionprotected final FeatureLogger.FeatureFormatFeatureLogger.featureFormatMethods in org.apache.solr.ltr that return FeatureLogger.FeatureFormatModifier and TypeMethodDescriptionstatic FeatureLogger.FeatureFormatReturns the enum constant of this class with the specified name.static FeatureLogger.FeatureFormat[]FeatureLogger.FeatureFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.solr.ltr with parameters of type FeatureLogger.FeatureFormatModifierConstructorDescriptionCSVFeatureLogger(FeatureLogger.FeatureFormat f, Boolean logAll) CSVFeatureLogger(FeatureLogger.FeatureFormat f, Boolean logAll, char keyValueSep, char featureSep) protectedFeatureLogger(FeatureLogger.FeatureFormat f, Boolean logAll)