Show / Hide Table of Contents

    Interface IAutomatonProvider

    Automaton provider for RegExp.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Namespace: Lucene.Net.Util.Automaton
    Assembly: Lucene.Net.dll
    Syntax
    public interface IAutomatonProvider

    Methods

    | Improve this Doc View Source

    GetAutomaton(String)

    Returns automaton of the given name.

    Declaration
    Automaton GetAutomaton(string name)
    Parameters
    Type Name Description
    System.String name

    Automaton name.

    Returns
    Type Description
    Automaton

    Automaton.

    See Also

    ToAutomaton(IAutomatonProvider)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)