C# Class Lucene.Net.QueryParsers.Flexible.Core.Messages.QueryParserMessages

Flexible Query Parser message bundle class
Inheritance: NLS
Exibir arquivo Open project: lcarli/PDFIndexer

Public Properties

Property Type Description
COULD_NOT_PARSE_NUMBER string
EMPTY_MESSAGE string
INVALID_SYNTAX string
INVALID_SYNTAX_CANNOT_PARSE string
INVALID_SYNTAX_ESCAPE_CHARACTER string
INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE string
INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION string
INVALID_SYNTAX_FUZZY_EDITS string
INVALID_SYNTAX_FUZZY_LIMITS string
LEADING_WILDCARD_NOT_ALLOWED string
LUCENE_QUERY_CONVERSION_ERROR string
NODE_ACTION_NOT_SUPPORTED string
NUMBER_CLASS_NOT_SUPPORTED_BY_NUMERIC_RANGE_QUERY string
NUMERIC_CANNOT_BE_EMPTY string
PARAMETER_VALUE_NOT_SUPPORTED string
TOO_MANY_BOOLEAN_CLAUSES string
UNSUPPORTED_NUMERIC_DATA_TYPE string
WILDCARD_NOT_SUPPORTED string

Private Methods

Method Description
QueryParserMessages ( ) : Lucene.Net.QueryParsers.Flexible.Messages

Property Details

COULD_NOT_PARSE_NUMBER public_oe static_oe property

public static string COULD_NOT_PARSE_NUMBER
return string

EMPTY_MESSAGE public_oe static_oe property

public static string EMPTY_MESSAGE
return string

INVALID_SYNTAX public_oe static_oe property

public static string INVALID_SYNTAX
return string

INVALID_SYNTAX_CANNOT_PARSE public_oe static_oe property

public static string INVALID_SYNTAX_CANNOT_PARSE
return string

INVALID_SYNTAX_ESCAPE_CHARACTER public_oe static_oe property

public static string INVALID_SYNTAX_ESCAPE_CHARACTER
return string

INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE public_oe static_oe property

public static string INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE
return string

INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION public_oe static_oe property

public static string INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION
return string

INVALID_SYNTAX_FUZZY_EDITS public_oe static_oe property

public static string INVALID_SYNTAX_FUZZY_EDITS
return string

INVALID_SYNTAX_FUZZY_LIMITS public_oe static_oe property

public static string INVALID_SYNTAX_FUZZY_LIMITS
return string

LEADING_WILDCARD_NOT_ALLOWED public_oe static_oe property

public static string LEADING_WILDCARD_NOT_ALLOWED
return string

LUCENE_QUERY_CONVERSION_ERROR public_oe static_oe property

public static string LUCENE_QUERY_CONVERSION_ERROR
return string

NODE_ACTION_NOT_SUPPORTED public_oe static_oe property

public static string NODE_ACTION_NOT_SUPPORTED
return string

NUMBER_CLASS_NOT_SUPPORTED_BY_NUMERIC_RANGE_QUERY public_oe static_oe property

public static string NUMBER_CLASS_NOT_SUPPORTED_BY_NUMERIC_RANGE_QUERY
return string

NUMERIC_CANNOT_BE_EMPTY public_oe static_oe property

public static string NUMERIC_CANNOT_BE_EMPTY
return string

PARAMETER_VALUE_NOT_SUPPORTED public_oe static_oe property

public static string PARAMETER_VALUE_NOT_SUPPORTED
return string

TOO_MANY_BOOLEAN_CLAUSES public_oe static_oe property

public static string TOO_MANY_BOOLEAN_CLAUSES
return string

UNSUPPORTED_NUMERIC_DATA_TYPE public_oe static_oe property

public static string UNSUPPORTED_NUMERIC_DATA_TYPE
return string

WILDCARD_NOT_SUPPORTED public_oe static_oe property

public static string WILDCARD_NOT_SUPPORTED
return string