SOLR-3549: Fix DIH db example

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1350718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2012-06-15 17:58:54 +00:00
parent 1ed4c4d40e
commit 26cce83bc8
1 changed files with 0 additions and 2 deletions

View File

@ -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}'"