Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FSTUtil

    Exposes a utility method to enumerate all paths intersecting an Lucene.Net.Util.Automaton.Automaton with an Lucene.Net.Util.Fst.FST.

    Inheritance
    System.Object
    FSTUtil
    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.Search.Suggest.Analyzing
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public static class FSTUtil

    Methods

    | Improve this Doc View Source

    IntersectPrefixPaths<T>(Automaton, FST<T>)

    Enumerates all minimal prefix paths in the automaton that also intersect the Lucene.Net.Util.Fst.FST, accumulating the Lucene.Net.Util.Fst.FST end node and output for each path.

    Declaration
    public static IList<FSTUtil.Path<T>> IntersectPrefixPaths<T>(Automaton a, FST<T> fst)
        where T : class
    Parameters
    Type Name Description
    Lucene.Net.Util.Automaton.Automaton a
    Lucene.Net.Util.Fst.FST<T> fst
    Returns
    Type Description
    System.Collections.Generic.IList<FSTUtil.Path<T>>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.