mirror of https://github.com/apache/lucene.git
examples: add char outside BMP, but commented out for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1074552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aaa57bc341
commit
da63e593ee
|
@ -34,8 +34,10 @@
|
|||
<field name="features">eaiou with umlauts: ëäïöü</field>
|
||||
<field name="features">tag with escaped chars: <nicetag/></field>
|
||||
<field name="features">escaped ampersand: Bonnie & Clyde</field>
|
||||
<!--
|
||||
<field name="features">Outside the BMP:𐌈 codepoint=10308, a circle with an x inside. UTF8=f0908c88 UTF16=d800 df08</field>
|
||||
-->
|
||||
<field name="price">0</field>
|
||||
<!-- no popularity, get the default from schema.xml -->
|
||||
<field name="inStock">true</field>
|
||||
</doc>
|
||||
</add>
|
||||
|
|
Loading…
Reference in New Issue