| Constructor and Description |
|---|
ContainerIdScorer() |
ContainerIdScorer(boolean sortAscending) |
ContainerIdScorer(java.lang.Integer firstId,
java.lang.Integer maxId) |
| Modifier and Type | Method and Description |
|---|---|
double |
getScore(Container container)
Return the score for a given component on a container
|
boolean |
sortAscending()
Whether or not scores produced by this scorer should sort ascending or descending
|
public ContainerIdScorer()
public ContainerIdScorer(boolean sortAscending)
public ContainerIdScorer(java.lang.Integer firstId,
java.lang.Integer maxId)
public boolean sortAscending()
ScorersortAscending in interface Scorer<Container>