Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Scorer.ChildScorer

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

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    object
    Scorer.ChildScorer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.dll
    Syntax
    public class Scorer.ChildScorer

    Constructors

    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.
    Declaration
    public ChildScorer(Scorer child, string relationship)
    Parameters
    Type Name Description
    Scorer child
    string relationship

    Properties

    Child

    Child Scorer. (note this is typically a direct child, and may itself also have children).

    Declaration
    public Scorer Child { get; }
    Property Value
    Type Description
    Scorer

    Relationship

    An arbitrary string relating this scorer to the parent.

    Declaration
    public string Relationship { get; }
    Property Value
    Type Description
    string
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.