mirror of https://github.com/apache/lucene.git
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:
parent
ab7d8397ef
commit
cdeb0bf933
|
@ -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. \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:
|
||||||
|
|
Loading…
Reference in New Issue