Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Util.FSTPath<T>

    Represents a path in TopNSearcher.

    Note

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

    Inheritance
    object
    Util.FSTPath<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public class Util.FSTPath<T> where T : class
    Type Parameters
    Name Description
    T

    Constructors

    FSTPath(T, Arc<T>, Int32sRef)

    Sole constructor

    Declaration
    public FSTPath(T cost, FST.Arc<T> arc, Int32sRef input)
    Parameters
    Type Name Description
    T cost
    FST.Arc<T> arc
    Int32sRef input

    Properties

    Arc

    Represents a path in TopNSearcher.

    Note

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

    Declaration
    public FST.Arc<T> Arc { get; set; }
    Property Value
    Type Description
    FST.Arc<T>

    Cost

    Represents a path in TopNSearcher.

    Note

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

    Declaration
    public T Cost { get; set; }
    Property Value
    Type Description
    T

    Input

    Represents a path in TopNSearcher.

    Note

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

    Declaration
    public Int32sRef Input { get; }
    Property Value
    Type Description
    Int32sRef

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    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.