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 ScorerchildChild Scorer.StringrelationshipAn 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.
-