Uses of Class
org.apache.lucene.search.Scorer.ChildScorer
-
Packages that use Scorer.ChildScorer Package Description org.apache.lucene.search Code to search indices. -
-
Uses of Scorer.ChildScorer in org.apache.lucene.search
Methods in org.apache.lucene.search that return types with arguments of type Scorer.ChildScorer Modifier and Type Method Description Collection<Scorer.ChildScorer>ConstantScoreQuery.ConstantScorer. getChildren()Collection<Scorer.ChildScorer>ScoreCachingWrappingScorer. getChildren()Collection<Scorer.ChildScorer>Scorer. getChildren()Returns child sub-scorers
-