Uses of Class
org.apache.solr.ltr.FeatureLogger.FeatureFormat
-
Packages that use FeatureLogger.FeatureFormat Package Description org.apache.solr.ltr 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.FeatureFormat Modifier and Type Field Description protected FeatureLogger.FeatureFormat
FeatureLogger. featureFormat
Methods in org.apache.solr.ltr that return FeatureLogger.FeatureFormat Modifier and Type Method Description static FeatureLogger.FeatureFormat
FeatureLogger.FeatureFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeatureLogger.FeatureFormat[]
FeatureLogger.FeatureFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.solr.ltr with parameters of type FeatureLogger.FeatureFormat Constructor Description CSVFeatureLogger(String fvCacheName, FeatureLogger.FeatureFormat f)
CSVFeatureLogger(String fvCacheName, FeatureLogger.FeatureFormat f, char keyValueSep, char featureSep)
FeatureLogger(String fvCacheName, FeatureLogger.FeatureFormat f)
-