Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum RegExpSyntax

    Namespace: Lucene.Net.Util.Automaton
    Assembly: Lucene.Net.dll
    Syntax
    [Flags]
    public enum RegExpSyntax

    Fields

    Name Description
    ALL

    Syntax flag, enables all optional regexp syntax.

    ANYSTRING

    Syntax flag, enables anystring (@).

    AUTOMATON

    Syntax flag, enables named automata (<identifier>).

    COMPLEMENT

    Syntax flag, enables complement (~).

    EMPTY

    Syntax flag, enables empty language (#).

    INTERSECTION

    Syntax flag, enables intersection (&).

    INTERVAL

    Syntax flag, enables numerical intervals ( <n-m>).

    NONE

    Syntax flag, enables no optional regexp syntax.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.