You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/02/25 15:55:21 UTC

svn commit: r1074552 - /lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml

Author: yonik
Date: Fri Feb 25 14:55:21 2011
New Revision: 1074552

URL: http://svn.apache.org/viewvc?rev=1074552&view=rev
Log:
examples: add char outside BMP, but commented out for now

Modified:
    lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml

Modified: lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml?rev=1074552&r1=1074551&r2=1074552&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml (original)
+++ lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml Fri Feb 25 14:55:21 2011
@@ -34,8 +34,10 @@
     <field name="features">eaiou with umlauts: ëäïöü</field>
     <field name="features">tag with escaped chars: &lt;nicetag/&gt;</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>
-    <!-- no popularity, get the default from schema.xml -->
     <field name="inStock">true</field>
   </doc>
 </add>