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
    System.Object
    Util.FSTPath<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public class FSTPath<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    FSTPath(T, FST.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

    | Improve this Doc View Source

    Arc

    Declaration
    public FST.Arc<T> Arc { get; set; }
    Property Value
    Type Description
    FST.Arc<T>
    | Improve this Doc View Source

    Cost

    Declaration
    public T Cost { get; set; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    Input

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

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.