Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class QueryParserMessages

    Flexible Query Parser message bundle class

    Inheritance
    System.Object
    NLS
    QueryParserMessages
    Inherited Members
    NLS.GetResourceManagerFactory()
    NLS.SetResourceManagerFactory(IResourceManagerFactory)
    NLS.GetLocalizedMessage(String)
    NLS.GetLocalizedMessage(String, CultureInfo)
    NLS.GetLocalizedMessage(String, CultureInfo, Object[])
    NLS.GetLocalizedMessage(String, Object[])
    NLS.InitializeMessages(String, Type)
    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.Flexible.Core.Messages
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class QueryParserMessages : NLS

    Fields

    | Improve this Doc View Source

    COULD_NOT_PARSE_NUMBER

    Declaration
    public static string COULD_NOT_PARSE_NUMBER
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    EMPTY_MESSAGE

    Declaration
    public static string EMPTY_MESSAGE
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    INVALID_SYNTAX

    Declaration
    public static string INVALID_SYNTAX
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    INVALID_SYNTAX_CANNOT_PARSE

    Declaration
    public static string INVALID_SYNTAX_CANNOT_PARSE
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    INVALID_SYNTAX_ESCAPE_CHARACTER

    Declaration
    public static string INVALID_SYNTAX_ESCAPE_CHARACTER
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE

    Declaration
    public static string INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION

    Declaration
    public static string INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    INVALID_SYNTAX_FUZZY_EDITS

    Declaration
    public static string INVALID_SYNTAX_FUZZY_EDITS
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    INVALID_SYNTAX_FUZZY_LIMITS

    Declaration
    public static string INVALID_SYNTAX_FUZZY_LIMITS
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    LEADING_WILDCARD_NOT_ALLOWED

    Declaration
    public static string LEADING_WILDCARD_NOT_ALLOWED
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    LUCENE_QUERY_CONVERSION_ERROR

    Declaration
    public static string LUCENE_QUERY_CONVERSION_ERROR
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    NODE_ACTION_NOT_SUPPORTED

    Declaration
    public static string NODE_ACTION_NOT_SUPPORTED
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    NUMBER_CLASS_NOT_SUPPORTED_BY_NUMERIC_RANGE_QUERY

    Declaration
    public static string NUMBER_CLASS_NOT_SUPPORTED_BY_NUMERIC_RANGE_QUERY
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    NUMERIC_CANNOT_BE_EMPTY

    Declaration
    public static string NUMERIC_CANNOT_BE_EMPTY
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PARAMETER_VALUE_NOT_SUPPORTED

    Declaration
    public static string PARAMETER_VALUE_NOT_SUPPORTED
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    TOO_MANY_BOOLEAN_CLAUSES

    Declaration
    public static string TOO_MANY_BOOLEAN_CLAUSES
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    UNSUPPORTED_NUMERIC_DATA_TYPE

    Declaration
    public static string UNSUPPORTED_NUMERIC_DATA_TYPE
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    WILDCARD_NOT_SUPPORTED

    Declaration
    public static string WILDCARD_NOT_SUPPORTED
    Field Value
    Type Description
    System.String
    • 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.