mirror of https://github.com/apache/lucene.git
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:
parent
1ed4c4d40e
commit
26cce83bc8
|
@ -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}'"
|
||||
|
|
Loading…
Reference in New Issue