Show / Hide Table of Contents

    Class RegexpToken

    Inheritance
    System.Object
    RegexpToken
    Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Parser
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public static class RegexpToken : object

    Fields

    | Improve this Doc View Source

    AND

    RegularExpression Id.

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

    CARAT

    RegularExpression Id.

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

    EOF

    End of File.

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

    ESCAPED_CHAR

    RegularExpression Id.

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

    FUZZY_SLOP

    RegularExpression Id.

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

    LPAREN

    RegularExpression Id.

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

    MINUS

    RegularExpression Id.

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

    NOT

    RegularExpression Id.

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

    NUM_CHAR

    RegularExpression Id.

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

    NUMBER

    RegularExpression Id.

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

    OP_COLON

    RegularExpression Id.

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

    OP_EQUAL

    RegularExpression Id.

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

    OP_LESSTHAN

    RegularExpression Id.

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

    OP_LESSTHANEQ

    RegularExpression Id.

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

    OP_MORETHAN

    RegularExpression Id.

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

    OP_MORETHANEQ

    RegularExpression Id.

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

    OR

    RegularExpression Id.

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

    PLUS

    RegularExpression Id.

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

    QUOTED

    RegularExpression Id.

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

    QUOTED_CHAR

    RegularExpression Id.

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

    RANGE_GOOP

    RegularExpression Id.

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

    RANGE_QUOTED

    RegularExpression Id.

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

    RANGE_TO

    RegularExpression Id.

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

    RANGEEX_END

    RegularExpression Id.

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

    RANGEEX_START

    RegularExpression Id.

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

    RANGEIN_END

    RegularExpression Id.

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

    RANGEIN_START

    RegularExpression Id.

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

    REGEXPTERM

    RegularExpression Id.

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

    RPAREN

    RegularExpression Id.

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

    TERM

    RegularExpression Id.

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

    TERM_CHAR

    RegularExpression Id.

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

    TERM_START_CHAR

    RegularExpression Id.

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

    WHITESPACE

    RegularExpression Id.

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