Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FSTTester<T>

    Helper class to test FSTs.

    Inheritance
    System.Object
    FSTTester<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)
    System.Object.ToString()
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class FSTTester<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    FSTTester(Random, Directory, Int32, IList<InputOutput<T>>, Outputs<T>, Boolean)

    Declaration
    public FSTTester(Random random, Directory dir, int inputMode, IList<InputOutput<T>> pairs, Outputs<T> outputs, bool doReverseLookup)
    Parameters
    Type Name Description
    System.Random random
    Lucene.Net.Store.Directory dir
    System.Int32 inputMode
    System.Collections.Generic.IList<InputOutput<T>> pairs
    Lucene.Net.Util.Fst.Outputs<T> outputs
    System.Boolean doReverseLookup

    Methods

    | Improve this Doc View Source

    DoTest(Boolean)

    Declaration
    public virtual void DoTest(bool testPruning)
    Parameters
    Type Name Description
    System.Boolean testPruning
    | Improve this Doc View Source

    OutputsEqual(T, T)

    Declaration
    protected virtual bool OutputsEqual(T a, T b)
    Parameters
    Type Name Description
    T a
    T b
    Returns
    Type Description
    System.Boolean
    • 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.