开发者社区> 问答> 正文

solr做delta-import生成索引总是无效 :报错

我用delta-import生成索引总是无效,请赐教,db-config如下:

<document name="appinfo">

        <entity name="appentity" pk="id" 
            query="select id,appid, appname, intro from appstore_souapp_threepart_app"
            deltaImportQuery="select id,appid, appname, intro  from appstore_souapp_threepart_app where id ='${appentity.id}'">
            <field column="id" name="id" />
            <field column="appid" name="appid" />
            <field column="appname" name="appname" />
            <field column="intro" name="intro" />
        </entity>
    </document>

展开
收起
kun坤 2020-06-20 11:48:07 1205 0
0 条回答
写回答
取消 提交回答
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
Scaling 30 TB’s of Data Lake with Apache HBase and Scala DSL at Production 立即下载
Phoenix Search Index 功能与应用场景介绍 立即下载
Apache Phoenix and HBase: Past, Present and Future of SQL over HBase 立即下载