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