Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Scorer.ChildScorer> |
AssertingScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ScoreCachingWrappingScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
Scorer.getChildren()
Returns child sub-scorers positioned on the current document
Note that this method should not be called on Scorers passed to
LeafCollector.setScorer(Scorer) ,
as these may be synthetic Scorers produced by BulkScorer which will throw an Exception. |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.