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.
|
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 | Description |
---|---|
FeatureException |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.