Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum CompiledAutomaton.AUTOMATON_TYPE

    Automata are compiled into different internal forms for the most efficient execution depending upon the language they accept.

    Namespace: Lucene.Net.Util.Automaton
    Assembly: Lucene.Net.dll
    Syntax
    public enum AUTOMATON_TYPE

    Fields

    Name Description
    ALL

    Automaton that accepts all possible strings.

    NONE

    Automaton that accepts no strings.

    NORMAL

    Catch-all for any other automata.

    PREFIX

    Automaton that matches all strings with a constant prefix.

    SINGLE

    Automaton that accepts only a single fixed string.

    • 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.