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.Classic
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public static class RegexpToken

    Fields

    | Improve this Doc View Source

    AND

    RegularExpression Id.

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

    BAREOPER

    RegularExpression Id.

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

    CARAT

    RegularExpression Id.

    Declaration
    public const int CARAT = 18
    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

    EOF

    End of File.

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

    ESCAPED_CHAR

    RegularExpression Id.

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

    FUZZY_SLOP

    RegularExpression Id.

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

    LPAREN

    RegularExpression Id.

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

    MINUS

    RegularExpression Id.

    Declaration
    public const int MINUS = 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 = 27
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OR

    RegularExpression Id.

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

    PLUS

    RegularExpression Id.

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

    PREFIXTERM

    RegularExpression Id.

    Declaration
    public const int PREFIXTERM = 22
    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

    QUOTED_CHAR

    RegularExpression Id.

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

    RANGE_GOOP

    RegularExpression Id.

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

    RANGE_QUOTED

    RegularExpression Id.

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

    RANGE_TO

    RegularExpression Id.

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

    RANGEEX_END

    RegularExpression Id.

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

    RANGEEX_START

    RegularExpression Id.

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

    RANGEIN_END

    RegularExpression Id.

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

    RANGEIN_START

    RegularExpression Id.

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

    REGEXPTERM

    RegularExpression Id.

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

    RPAREN

    RegularExpression Id.

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

    STAR

    RegularExpression Id.

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

    TERM

    RegularExpression Id.

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

    TERM_CHAR

    RegularExpression Id.

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

    TERM_START_CHAR

    RegularExpression Id.

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

    WHITESPACE

    RegularExpression Id.

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

    WILDTERM

    RegularExpression Id.

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