public class LTRScoringQuery.ModelWeight.ModelScorer extends Scorer
Scorer.ChildScorer| Constructor and Description |
|---|
ModelScorer(Weight weight,
List<Feature.FeatureWeight.FeatureScorer> featureScorers) |
| Modifier and Type | Method and Description |
|---|---|
int |
docID() |
Collection<Scorer.ChildScorer> |
getChildren() |
DocInfo |
getDocInfo() |
DocIdSetIterator |
iterator() |
float |
score() |
getWeight, twoPhaseIteratorpublic ModelScorer(Weight weight, List<Feature.FeatureWeight.FeatureScorer> featureScorers)
public DocInfo getDocInfo()
public Collection<Scorer.ChildScorer> getChildren() throws IOException
getChildren in class ScorerIOExceptionpublic float score()
throws IOException
score in class ScorerIOExceptionpublic DocIdSetIterator iterator()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.