Show / Hide Table of Contents

    Class RegexpToken

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

    Fields

    | Improve this Doc View Source

    AND

    RegularExpression Id.

    Declaration
    public const int AND = 9
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    CARAT

    RegularExpression Id.

    Declaration
    public const int CARAT = 17
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    COLON

    RegularExpression Id.

    Declaration
    public const int COLON = 16
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    COMMA

    RegularExpression Id.

    Declaration
    public const int COMMA = 15
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DISTOP_NUM

    RegularExpression Id.

    Declaration
    public const int DISTOP_NUM = 6
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EOF

    End of File.

    Declaration
    public const int EOF = 0
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LPAREN

    RegularExpression Id.

    Declaration
    public const int LPAREN = 13
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    N

    RegularExpression Id.

    Declaration
    public const int N = 12
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NOT

    RegularExpression Id.

    Declaration
    public const int NOT = 10
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NUM_CHAR

    RegularExpression Id.

    Declaration
    public const int NUM_CHAR = 1
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NUMBER

    RegularExpression Id.

    Declaration
    public const int NUMBER = 23
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ONE_CHAR

    RegularExpression Id.

    Declaration
    public const int ONE_CHAR = 5
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OR

    RegularExpression Id.

    Declaration
    public const int OR = 8
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    QUOTED

    RegularExpression Id.

    Declaration
    public const int QUOTED = 19
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    RPAREN

    RegularExpression Id.

    Declaration
    public const int RPAREN = 14
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    STAR

    RegularExpression Id.

    Declaration
    public const int STAR = 4
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SUFFIXTERM

    RegularExpression Id.

    Declaration
    public const int SUFFIXTERM = 20
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TERM

    RegularExpression Id.

    Declaration
    public const int TERM = 22
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TERM_CHAR

    RegularExpression Id.

    Declaration
    public const int TERM_CHAR = 2
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TRUNCQUOTED

    RegularExpression Id.

    Declaration
    public const int TRUNCQUOTED = 18
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TRUNCTERM

    RegularExpression Id.

    Declaration
    public const int TRUNCTERM = 21
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    W

    RegularExpression Id.

    Declaration
    public const int W = 11
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    WHITESPACE

    RegularExpression Id.

    Declaration
    public const int WHITESPACE = 3
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)