public interface FScorer<P,F> extends Scorer
| Modifier and Type | Method and Description |
|---|---|
double |
getScoreFor(F field,
ScoreParameters<P> scores)
Determine the score for the given field and parameters.
|
FScorer<P,F> |
scoreWith(ScoreParameters<P> scores)
Determine if this scorer should apply scores to the fields under the given circumstances.
|
FScorer<P,F> scoreWith(ScoreParameters<P> scores)
scores - Score parameters and analyzes for the scoringdouble getScoreFor(F field, ScoreParameters<P> scores)
field - Field to scorescores - Parameters and analyzes for the scoringCopyright © 2014. All rights reserved.