Uses of Class
org.apache.lucene.search.Scorable.ChildScorable
-
Packages that use Scorable.ChildScorable Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of Scorable.ChildScorable in org.apache.lucene.search
Methods in org.apache.lucene.search that return types with arguments of type Scorable.ChildScorable Modifier and Type Method Description java.util.Collection<Scorable.ChildScorable>BlockMaxConjunctionScorer. getChildren()java.util.Collection<Scorable.ChildScorable>ConjunctionScorer. getChildren()java.util.Collection<Scorable.ChildScorable>CoveringScorer. getChildren()java.util.Collection<Scorable.ChildScorable>DisjunctionScorer. getChildren()java.util.Collection<Scorable.ChildScorable>FilterScorable. getChildren()java.util.Collection<Scorable.ChildScorable>MinShouldMatchSumScorer. getChildren()java.util.Collection<Scorable.ChildScorable>ReqExclScorer. getChildren()java.util.Collection<Scorable.ChildScorable>ReqOptSumScorer. getChildren()java.util.Collection<Scorable.ChildScorable>Scorable. getChildren()Returns child sub-scorers positioned on the current documentjava.util.Collection<Scorable.ChildScorable>ScoreCachingWrappingScorer. getChildren()java.util.Collection<Scorable.ChildScorable>WANDScorer. getChildren() -
Uses of Scorable.ChildScorable in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return types with arguments of type Scorable.ChildScorable Modifier and Type Method Description java.util.Collection<Scorable.ChildScorable>ToChildBlockJoinQuery.ToChildBlockJoinScorer. getChildren()java.util.Collection<Scorable.ChildScorable>ToParentBlockJoinQuery.BlockJoinScorer. getChildren()
-