typos, thanks Jack

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-05-24 18:21:38 +00:00
parent 36d15b4921
commit c44afc292c
3 changed files with 3 additions and 3 deletions

View File

@ -1175,7 +1175,7 @@ public abstract class QueryParserBase {
} else if ('A' <= c && c <= 'F') {
return c - 'A' + 10;
} else {
throw new ParseException("None-hex character in unicode escape sequence: " + c);
throw new ParseException("Non-hex character in Unicode escape sequence: " + c);
}
}

View File

@ -22,7 +22,7 @@ INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION = Truncated unicode escape sequence.
INVALID_SYNTAX_ESCAPE_CHARACTER = Term can not end with escape character.
#<CREATEDBY>Apache Lucene Community</CREATEDBY>
INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE = None-hex character in unicode escape sequence: {0}
INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE = Non-hex character in Unicode escape sequence: {0}
#<CREATEDBY>Apache Lucene Community</CREATEDBY>
NODE_ACTION_NOT_SUPPORTED = This node does not support this action.

View File

@ -976,7 +976,7 @@
http://wiki.apache.org/solr/AnalysisRequestHandler
An analysis handler that provides a breakdown of the analysis
process of provided docuemnts. This handler expects a (single)
process of provided documents. This handler expects a (single)
content stream with the following format:
<docs>