alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Lucene example source code file (QueryParserMessages.properties)

This example Lucene source code file (QueryParserMessages.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Lucene tags/keywords

community, community, createdby, createdby, empty_message, error, leading, lucene, lucene, replacement, replacement, syntax, this, wildcard

The Lucene QueryParserMessages.properties source code

# This resource bundle contains Flexible Query Parser messages.

#<CREATEDBY>Apache Lucene Community
#  <REPLACEMENT arg="{0}" value="detailed_message"/>
INVALID_SYNTAX = Syntax Error: {0}

#<CREATEDBY>Apache Lucene Community
#  <REPLACEMENT arg="{0}" value="invalid_query"/>
#  <REPLACEMENT arg="{1}" value="detailed_message"/>
INVALID_SYNTAX_CANNOT_PARSE = Syntax Error, cannot parse {0}: {1} 

#<CREATEDBY>Apache Lucene Community
INVALID_SYNTAX_FUZZY_LIMITS = The similarity value for a fuzzy search must be between 0.0 and 1.0.

#<CREATEDBY>Apache Lucene Community
INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION = Truncated unicode escape sequence.

#<CREATEDBY>Apache Lucene Community
INVALID_SYNTAX_ESCAPE_CHARACTER = Term can not end with escape character.

#<CREATEDBY>Apache Lucene Community
INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE = None-hex character in unicode escape sequence: {0}

#<CREATEDBY>Apache Lucene Community
NODE_ACTION_NOT_SUPPORTED = This node does not support this action.

#<CREATEDBY>Apache Lucene Community
PARAMETER_VALUE_NOT_SUPPORTED = Parameter {1} with value {0} not supported.

#<CREATEDBY>Apache Lucene Community
#  <REPLACEMENT arg="{0}" value="query"/>
#  <REPLACEMENT arg="{1}" value="error/class"/>
LUCENE_QUERY_CONVERSION_ERROR = Cannot convert query to lucene syntax: {0} error: {1}

#<CREATEDBY>Apache Lucene Community
EMPTY_MESSAGE = 

#<CREATEDBY>Apache Lucene Community
WILDCARD_NOT_SUPPORTED = Wildcard is not supported for query: {0} 

#<CREATEDBY>Apache Lucene Community
TOO_MANY_BOOLEAN_CLAUSES = Too many boolean clauses, the maximum supported is {0}: {1}

#<CREATEDBY>Apache Lucene Community
LEADING_WILDCARD_NOT_ALLOWED = Leading wildcard is not allowed: {0}

Other Lucene examples (source code examples)

Here is a short list of links related to this Lucene QueryParserMessages.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.