X-Git-Url: https://git.mdrn.pl/pylucene.git/blobdiff_plain/a2e61f0c04805cfcb8706176758d1283c7e3a55c..aaeed5504b982cf3545252ab528713250aa33eed:/lucene-java-3.5.0/lucene/contrib/queryparser/src/resources/org/apache/lucene/queryParser/core/messages/QueryParserMessages.properties?ds=sidebyside diff --git a/lucene-java-3.5.0/lucene/contrib/queryparser/src/resources/org/apache/lucene/queryParser/core/messages/QueryParserMessages.properties b/lucene-java-3.5.0/lucene/contrib/queryparser/src/resources/org/apache/lucene/queryParser/core/messages/QueryParserMessages.properties new file mode 100644 index 0000000..48aacbe --- /dev/null +++ b/lucene-java-3.5.0/lucene/contrib/queryparser/src/resources/org/apache/lucene/queryParser/core/messages/QueryParserMessages.properties @@ -0,0 +1,54 @@ +# This resource bundle contains Flexible Query Parser messages. + +#Apache Lucene Community +# +INVALID_SYNTAX = Syntax Error: {0} + +#Apache Lucene Community +# +# +INVALID_SYNTAX_CANNOT_PARSE = Syntax Error, cannot parse {0}: {1} + +#Apache Lucene Community +INVALID_SYNTAX_FUZZY_LIMITS = The similarity value for a fuzzy search must be between 0.0 and 1.0. + +#Apache Lucene Community +INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION = Truncated unicode escape sequence. + +#Apache Lucene Community +INVALID_SYNTAX_ESCAPE_CHARACTER = Term can not end with escape character. + +#Apache Lucene Community +INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE = None-hex character in unicode escape sequence: {0} + +#Apache Lucene Community +NODE_ACTION_NOT_SUPPORTED = This node does not support this action. + +#Apache Lucene Community +PARAMETER_VALUE_NOT_SUPPORTED = Parameter {1} with value {0} not supported. + +#Apache Lucene Community +# +# +LUCENE_QUERY_CONVERSION_ERROR = Cannot convert query to lucene syntax: {0} error: {1} + +#Apache Lucene Community +EMPTY_MESSAGE = + +#Apache Lucene Community +WILDCARD_NOT_SUPPORTED = Wildcard is not supported for query: {0} + +#Apache Lucene Community +TOO_MANY_BOOLEAN_CLAUSES = Too many boolean clauses, the maximum supported is {0}: {1} + +#Apache Lucene Community +LEADING_WILDCARD_NOT_ALLOWED = Leading wildcard is not allowed: {0} + +#Apache Lucene Community +COULD_NOT_PARSE_NUMBER = Could not parse text "{0}" using {1} + +#Apache Lucene Community +NUMBER_CLASS_NOT_SUPPORTED_BY_NUMERIC_RANGE_QUERY = Number class not supported by NumericRangeQueryNode: {0} + +#Apache Lucene Community +UNSUPPORTED_NUMERIC_DATA_TYPE = Unsupported NumericField.DataType: {0}