Package org.apache.lucene.search
Class Scorer.ChildScorer
- java.lang.Object
-
- org.apache.lucene.search.Scorer.ChildScorer
-
-
Field Summary
Fields Modifier and Type Field Description Scorer
child
Child Scorer.String
relationship
An arbitrary string relating this scorer to the parent.
-
Constructor Summary
Constructors Constructor Description ChildScorer(Scorer child, String relationship)
Creates a new ChildScorer node with the specified relationship.
-