Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class RegexpToken

    Inheritance
    object
    RegexpToken
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.QueryParsers.Surround.Parser
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public static class RegexpToken

    Fields

    AND

    RegularExpression Id.

    Declaration
    public const int AND = 9
    Field Value
    Type Description
    int

    CARAT

    RegularExpression Id.

    Declaration
    public const int CARAT = 17
    Field Value
    Type Description
    int

    COLON

    RegularExpression Id.

    Declaration
    public const int COLON = 16
    Field Value
    Type Description
    int

    COMMA

    RegularExpression Id.

    Declaration
    public const int COMMA = 15
    Field Value
    Type Description
    int

    DISTOP_NUM

    RegularExpression Id.

    Declaration
    public const int DISTOP_NUM = 6
    Field Value
    Type Description
    int

    EOF

    End of File.

    Declaration
    public const int EOF = 0
    Field Value
    Type Description
    int

    LPAREN

    RegularExpression Id.

    Declaration
    public const int LPAREN = 13
    Field Value
    Type Description
    int

    N

    RegularExpression Id.

    Declaration
    public const int N = 12
    Field Value
    Type Description
    int

    NOT

    RegularExpression Id.

    Declaration
    public const int NOT = 10
    Field Value
    Type Description
    int

    NUMBER

    RegularExpression Id.

    Declaration
    public const int NUMBER = 23
    Field Value
    Type Description
    int

    NUM_CHAR

    RegularExpression Id.

    Declaration
    public const int NUM_CHAR = 1
    Field Value
    Type Description
    int

    ONE_CHAR

    RegularExpression Id.

    Declaration
    public const int ONE_CHAR = 5
    Field Value
    Type Description
    int

    OR

    RegularExpression Id.

    Declaration
    public const int OR = 8
    Field Value
    Type Description
    int

    QUOTED

    RegularExpression Id.

    Declaration
    public const int QUOTED = 19
    Field Value
    Type Description
    int

    RPAREN

    RegularExpression Id.

    Declaration
    public const int RPAREN = 14
    Field Value
    Type Description
    int

    STAR

    RegularExpression Id.

    Declaration
    public const int STAR = 4
    Field Value
    Type Description
    int

    SUFFIXTERM

    RegularExpression Id.

    Declaration
    public const int SUFFIXTERM = 20
    Field Value
    Type Description
    int

    TERM

    RegularExpression Id.

    Declaration
    public const int TERM = 22
    Field Value
    Type Description
    int

    TERM_CHAR

    RegularExpression Id.

    Declaration
    public const int TERM_CHAR = 2
    Field Value
    Type Description
    int

    TRUNCQUOTED

    RegularExpression Id.

    Declaration
    public const int TRUNCQUOTED = 18
    Field Value
    Type Description
    int

    TRUNCTERM

    RegularExpression Id.

    Declaration
    public const int TRUNCTERM = 21
    Field Value
    Type Description
    int

    W

    RegularExpression Id.

    Declaration
    public const int W = 11
    Field Value
    Type Description
    int

    WHITESPACE

    RegularExpression Id.

    Declaration
    public const int WHITESPACE = 3
    Field Value
    Type Description
    int
    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.