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 | Field and Description |
---|---|
(package private) java.util.Collection<Scorer.ChildScorer> |
MinShouldMatchSumScorer.childScorers |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Scorer.ChildScorer> |
BooleanTopLevelScorers.BoostedScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ConjunctionScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
DisjunctionScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
FakeScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
MinShouldMatchSumScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ReqExclScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ReqOptSumScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ScoreCachingWrappingScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
Scorer.getChildren()
Returns child sub-scorers
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Scorer.ChildScorer> |
ToChildBlockJoinQuery.ToChildBlockJoinScorer.getChildren() |
java.util.Collection<Scorer.ChildScorer> |
ToParentBlockJoinQuery.BlockJoinScorer.getChildren() |