| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Collection<Scorer.ChildScorer> |
ScoreCachingWrappingScorer.getChildren() |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.