fix more broken unicode

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-09-06 18:43:15 +00:00
parent ab7d8397ef
commit cdeb0bf933
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ import org.apache.solr.schema.PreAnalyzedField.PreAnalyzedParser;
* "\r" - carriage return * "\r" - carriage return
* "\t" - horizontal tab * "\t" - horizontal tab
* </pre> * </pre>
* Please note that Unicode sequences (e.g. \u0001) are not supported. * Please note that Unicode sequences (e.g. &#92;u0001) are not supported.
* <h2>Supported attribute names</h2> * <h2>Supported attribute names</h2>
* The following token attributes are supported, and identified with short * The following token attributes are supported, and identified with short
* symbolic names: * symbolic names: