Package org.apache.solr.ltr.feature
Contains Feature related classes
-
Class Summary Class Description Feature A recipe for computing a feature.FieldLengthFeature This feature returns the length of a field (in terms) for the current document.FieldValueFeature This feature returns the value of a field in the current document Example configuration:OriginalScoreFeature This feature returns the original score that the document had before performing the reranking.SolrFeature This feature allows you to reuse any Solr query as a feature.ValueFeature This feature allows to return a constant given value for the current document. -
Exception Summary Exception Description FeatureException