P - Score parameter typeF - The type to apply scores topublic class ScoreConfig<P,F> extends Object
| Constructor and Description |
|---|
ScoreConfig(List<PreScorer<P>> preScorers,
List<PostScorer<P,F>> postScorers,
ScoreSet<P,F> scorers) |
ScoreConfig(ScoreConfig<P,F> copy) |
| Modifier and Type | Method and Description |
|---|---|
List<PostScorer<P,F>> |
getPostScorers() |
List<PreScorer<P>> |
getPreScorers() |
ScoreSet<P,F> |
getScorers() |
String |
toString() |
public ScoreConfig(ScoreConfig<P,F> copy)
Copyright © 2014. All rights reserved.