Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FSTTester<T>

    Helper class to test FSTs.

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

    Constructors

    FSTTester(Random, Directory, int, IList<InputOutput<T>>, Outputs<T>, bool)

    Helper class to test FSTs.

    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
    int inputMode
    IList<InputOutput<T>> pairs
    Outputs<T> outputs
    bool doReverseLookup

    Methods

    DoTest(bool)

    Helper class to test FSTs.

    Declaration
    public virtual void DoTest(bool testPruning)
    Parameters
    Type Name Description
    bool testPruning

    OutputsEqual(T, T)

    Helper class to test FSTs.

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