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:
Yonik Seeley 2011-02-25 14:55:21 +00:00
parent aaa57bc341
commit da63e593ee
1 changed files with 3 additions and 1 deletions

View File

@ -34,8 +34,10 @@
<field name="features">eaiou with umlauts: ëäïöü</field> <field name="features">eaiou with umlauts: ëäïöü</field>
<field name="features">tag with escaped chars: &lt;nicetag/&gt;</field> <field name="features">tag with escaped chars: &lt;nicetag/&gt;</field>
<field name="features">escaped ampersand: Bonnie &amp; Clyde</field> <field name="features">escaped ampersand: Bonnie &amp; 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> <field name="price">0</field>
<!-- no popularity, get the default from schema.xml -->
<field name="inStock">true</field> <field name="inStock">true</field>
</doc> </doc>
</add> </add>