ChildScorable

data class ChildScorable(val child: Scorable, val relationship: String)

A child Scorer and its relationship to its parent. The meaning of the relationship depends upon the parent query.

The relationship can be any string that makes sense to the parent Scorer.

Parameters

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.

Constructors

Link copied to clipboard
constructor(child: Scorable, relationship: String)

Properties

Link copied to clipboard
Link copied to clipboard