You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2014/12/30 12:01:27 UTC

svn commit: r1648505 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/example/ solr/example/exampledocs/

Author: ehatcher
Date: Tue Dec 30 11:01:27 2014
New Revision: 1648505

URL: http://svn.apache.org/r1648505
Log:
SOLR-6016: Fix example techproduct data to work with schemaless example mode (merged from trunk r1648504)

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/example/   (props changed)
    lucene/dev/branches/branch_5x/solr/example/exampledocs/gb18030-example.xml
    lucene/dev/branches/branch_5x/solr/example/exampledocs/hd.xml
    lucene/dev/branches/branch_5x/solr/example/exampledocs/ipod_other.xml
    lucene/dev/branches/branch_5x/solr/example/exampledocs/monitor.xml
    lucene/dev/branches/branch_5x/solr/example/exampledocs/mp500.xml
    lucene/dev/branches/branch_5x/solr/example/exampledocs/solr.xml
    lucene/dev/branches/branch_5x/solr/example/exampledocs/utf8-example.xml
    lucene/dev/branches/branch_5x/solr/example/exampledocs/vidcard.xml

Modified: lucene/dev/branches/branch_5x/solr/example/exampledocs/gb18030-example.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/example/exampledocs/gb18030-example.xml?rev=1648505&r1=1648504&r2=1648505&view=diff
==============================================================================
Binary files - no diff available.

Modified: lucene/dev/branches/branch_5x/solr/example/exampledocs/hd.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/example/exampledocs/hd.xml?rev=1648505&r1=1648504&r2=1648505&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/example/exampledocs/hd.xml (original)
+++ lucene/dev/branches/branch_5x/solr/example/exampledocs/hd.xml Tue Dec 30 11:01:27 2014
@@ -26,7 +26,7 @@
   <field name="cat">hard drive</field>
   <field name="features">7200RPM, 8MB cache, IDE Ultra ATA-133</field>
   <field name="features">NoiseGuard, SilentSeek technology, Fluid Dynamic Bearing (FDB) motor</field>
-  <field name="price">92</field>
+  <field name="price">92.0</field>
   <field name="popularity">6</field>
   <field name="inStock">true</field>
   <field name="manufacturedate_dt">2006-02-13T15:26:37Z</field>
@@ -45,7 +45,7 @@
   <field name="features">SATA 3.0Gb/s, NCQ</field>
   <field name="features">8.5ms seek</field>
   <field name="features">16MB cache</field>
-  <field name="price">350</field>
+  <field name="price">350.0</field>
   <field name="popularity">6</field>
   <field name="inStock">true</field>
   <!-- Buffalo store -->

Modified: lucene/dev/branches/branch_5x/solr/example/exampledocs/ipod_other.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/example/exampledocs/ipod_other.xml?rev=1648505&r1=1648504&r2=1648505&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/example/exampledocs/ipod_other.xml (original)
+++ lucene/dev/branches/branch_5x/solr/example/exampledocs/ipod_other.xml Tue Dec 30 11:01:27 2014
@@ -26,7 +26,7 @@
   <field name="cat">electronics</field>
   <field name="cat">connector</field>
   <field name="features">car power adapter, white</field>
-  <field name="weight">4</field>
+  <field name="weight">4.0</field>
   <field name="price">19.95</field>
   <field name="popularity">1</field>
   <field name="inStock">false</field>

Modified: lucene/dev/branches/branch_5x/solr/example/exampledocs/monitor.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/example/exampledocs/monitor.xml?rev=1648505&r1=1648504&r2=1648505&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/example/exampledocs/monitor.xml (original)
+++ lucene/dev/branches/branch_5x/solr/example/exampledocs/monitor.xml Tue Dec 30 11:01:27 2014
@@ -25,7 +25,7 @@
   <field name="features">30" TFT active matrix LCD, 2560 x 1600, .25mm dot pitch, 700:1 contrast</field>
   <field name="includes">USB cable</field>
   <field name="weight">401.6</field>
-  <field name="price">2199</field>
+  <field name="price">2199.0</field>
   <field name="popularity">6</field>
   <field name="inStock">true</field>
   <!-- Buffalo store -->

Modified: lucene/dev/branches/branch_5x/solr/example/exampledocs/mp500.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/example/exampledocs/mp500.xml?rev=1648505&r1=1648504&r2=1648505&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/example/exampledocs/mp500.xml (original)
+++ lucene/dev/branches/branch_5x/solr/example/exampledocs/mp500.xml Tue Dec 30 11:01:27 2014
@@ -33,7 +33,7 @@
   <field name="features">Printing speed up to 29ppm black, 19ppm color</field>
   <field name="features">Hi-Speed USB</field>
   <field name="features">memory card: CompactFlash, Micro Drive, SmartMedia, Memory Stick, Memory Stick Pro, SD Card, and MultiMediaCard</field>
-  <field name="weight">352</field>
+  <field name="weight">352.0</field>
   <field name="price">179.99</field>
   <field name="popularity">6</field>
   <field name="inStock">true</field>

Modified: lucene/dev/branches/branch_5x/solr/example/exampledocs/solr.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/example/exampledocs/solr.xml?rev=1648505&r1=1648504&r2=1648505&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/example/exampledocs/solr.xml (original)
+++ lucene/dev/branches/branch_5x/solr/example/exampledocs/solr.xml Tue Dec 30 11:01:27 2014
@@ -29,7 +29,7 @@
   <field name="features">Scalability - Efficient Replication to other Solr Search Servers</field>
   <field name="features">Flexible and Adaptable with XML configuration and Schema</field>
   <field name="features">Good unicode support: h&#xE9;llo (hello with an accent over the e)</field>
-  <field name="price">0</field>
+  <field name="price">0.0</field>
   <field name="popularity">10</field>
   <field name="inStock">true</field>
   <field name="incubationdate_dt">2006-01-17T00:00:00.000Z</field>

Modified: lucene/dev/branches/branch_5x/solr/example/exampledocs/utf8-example.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/example/exampledocs/utf8-example.xml?rev=1648505&r1=1648504&r2=1648505&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/example/exampledocs/utf8-example.xml (original)
+++ lucene/dev/branches/branch_5x/solr/example/exampledocs/utf8-example.xml Tue Dec 30 11:01:27 2014
@@ -35,7 +35,7 @@
     <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>
+    <field name="price">0.0</field>
     <field name="inStock">true</field>
   </doc>
 </add>

Modified: lucene/dev/branches/branch_5x/solr/example/exampledocs/vidcard.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/example/exampledocs/vidcard.xml?rev=1648505&r1=1648504&r2=1648505&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/example/exampledocs/vidcard.xml (original)
+++ lucene/dev/branches/branch_5x/solr/example/exampledocs/vidcard.xml Tue Dec 30 11:01:27 2014
@@ -30,7 +30,7 @@
   <field name="features">PCI Express x16</field>
   <field name="features">Dual DVI connectors, HDTV out, video input</field>
   <field name="features">OpenGL 2.0, DirectX 9.0</field>
-  <field name="weight">16</field>
+  <field name="weight">16.0</field>
   <field name="price">479.95</field>
   <field name="popularity">7</field>
   <field name="store">40.7143,-74.006</field>
@@ -51,7 +51,7 @@
   <field name="features">PCI Express x16</field>
   <field name="features">dual DVI, HDTV, svideo, composite out</field>
   <field name="features">OpenGL 2.0, DirectX 9.0</field>
-  <field name="weight">48</field>
+  <field name="weight">48.0</field>
   <field name="price">649.99</field>
   <field name="popularity">7</field>
   <field name="inStock">false</field>