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 2012/06/15 19:58:54 UTC

svn commit: r1350718 - /lucene/dev/trunk/solr/example/example-DIH/solr/db/conf/db-data-config.xml

Author: ehatcher
Date: Fri Jun 15 17:58:54 2012
New Revision: 1350718

URL: http://svn.apache.org/viewvc?rev=1350718&view=rev
Log:
SOLR-3549: Fix DIH db example

Modified:
    lucene/dev/trunk/solr/example/example-DIH/solr/db/conf/db-data-config.xml

Modified: lucene/dev/trunk/solr/example/example-DIH/solr/db/conf/db-data-config.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/example-DIH/solr/db/conf/db-data-config.xml?rev=1350718&r1=1350717&r2=1350718&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/example-DIH/solr/db/conf/db-data-config.xml (original)
+++ lucene/dev/trunk/solr/example/example-DIH/solr/db/conf/db-data-config.xml Fri Jun 15 17:58:54 2012
@@ -4,8 +4,6 @@
         <entity name="item" query="select * from item"
                 deltaQuery="select id from item where last_modified > '${dataimporter.last_index_time}'">
             <field column="NAME" name="name" />
-            <field column="NAME" name="nameSort" />
-            <field column="NAME" name="alphaNameSort" />
 
             <entity name="feature"  
                     query="select DESCRIPTION from FEATURE where ITEM_ID='${item.ID}'"