Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IAutomatonProvider

    Automaton provider for RegExp.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Namespace: Lucene.Net.Util.Automaton
    Assembly: Lucene.Net.dll
    Syntax
    public interface IAutomatonProvider

    Methods

    GetAutomaton(string)

    Returns automaton of the given name.

    Declaration
    Automaton GetAutomaton(string name)
    Parameters
    Type Name Description
    string name

    Automaton name.

    Returns
    Type Description
    Automaton

    Automaton.

    Exceptions
    Type Condition
    IOException

    If errors occur.

    See Also
    ToAutomaton(IAutomatonProvider)

    See Also

    ToAutomaton(IAutomatonProvider)
    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.