Class Scorer.ChildScorer
A child Scorer and its relationship to its parent. The meaning of the relationship depends upon the parent query.
@lucene.experimental
Inheritance
System.Object
Scorer.ChildScorer
Assembly: DistributedLucene.Net.dll
Syntax
public class ChildScorer : object
Constructors
Name | Description |
---|---|
ChildScorer(Scorer, String) | Creates a new Scorer.ChildScorer node with the specified relationship. The relationship can be any be any string that makes sense to the parent Scorer. |
Properties
Name | Description |
---|---|
Child | Child Scorer. (note this is typically a direct child, and may itself also have children). |
Relationship | An arbitrary string relating this scorer to the parent. |