| Interface | Description |
|---|---|
| FScorer<P,F> | |
| PreScorer<P> |
Interface for performing analyze work before scorers start scoring.
|
| ScoreParameters<P> |
Interface for retrieving analyzes and parameters that are used for scoring
|
| Scorer |
Marker for classes that are a part of scoring things, i.e.
|
| ScoreStrategy<P,F> |
Responsible for determining which fields to score with the specified params
|
| Class | Description |
|---|---|
| AbstractScorer<P,F> |
Scorer that is responsible to give score to fields
|
| FieldScore<F> |
Score container for a specific field.
|
| FieldScoreProducer<P,F> | |
| FieldScores<P,F> |
Class containing scores, information about ranks, analyzes, and which score configuration that was used.
|
| PostScorer<P,F> |
A scorer that can apply/modify scores after the regular
AbstractScorers have done their job. |
| ScoreConfig<P,F> | |
| ScoreConfigFactory<P,F> |
Factory class for creating a
ScoreConfig |
| ScoreSet<P,F> |
Map of
AbstractScorers and the weight that should be applied to them. |
| ScoreTools |
Contains methods for common use among scoring classes
|
Copyright © 2014. All rights reserved.