Show / Hide Table of Contents

    Class Util.FSTPath<T>

    Represents a path in TopNSearcher.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    Util.FSTPath<T>
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public class FSTPath<T> : object
    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)