public interface Scorer
| Modifier and Type | Method and Description |
|---|---|
double |
getMaximumScore()
Get the maximum score returned by this scorer.
|
double |
getMinimumScore()
Get the minimum score returned by this scorer.
|
double |
score(List<String> terms,
MatchedLocation candidate)
Generate a score representing how well the candidate result
matches the search terms.
|
double score(List<String> terms, MatchedLocation candidate)
terms - the original search termscandidate - the candidate matchdouble getMinimumScore()
double getMaximumScore()
Copyright © 2012–2014 Berico Technologies. All rights reserved.