| Package | Description |
|---|---|
| org.apache.lucene.queries |
Filters and Queries that add to core Lucene.
|
| org.apache.lucene.queries.function |
Queries that compute score based upon a function.
|
| org.apache.lucene.search |
Code to search indices.
|
| org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Scorer.ChildScorer> |
CustomScoreQuery.CustomScorer.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Scorer.ChildScorer> |
BoostedQuery.CustomScorer.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Scorer.ChildScorer> |
CoveringScorer.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. |
java.util.Collection<Scorer.ChildScorer> |
ScoreCachingWrappingScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ReqOptSumScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ReqExclScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
MinShouldMatchSumScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
FakeScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
DisjunctionScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ConjunctionScorer.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Scorer.ChildScorer> |
ToParentBlockJoinQuery.BlockJoinScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ToChildBlockJoinQuery.ToChildBlockJoinScorer.getChildren() |