Show / Hide Table of Contents

    Class FSTTester<T>

    Helper class to test FSTs.

    Inheritance
    System.Object
    FSTTester<T>
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class FSTTester<T> : object
    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
    Random random
    Directory dir
    System.Int32 inputMode
    IList<InputOutput<T>> pairs
    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 © 2020 Licensed to the Apache Software Foundation (ASF)