public static class Scorer.ChildScorer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Scorer |
child
Child Scorer.
|
java.lang.String |
relationship
An arbitrary string relating this scorer to the parent.
|
Constructor and Description |
---|
ChildScorer(Scorer child,
java.lang.String relationship)
Creates a new ChildScorer node with the specified relationship.
|
public final Scorer child
public final java.lang.String relationship
public ChildScorer(Scorer child, java.lang.String relationship)
The relationship can be any be any string that makes sense to the parent Scorer.
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.