Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/solr/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
solr-以UTC格式保存上次索引时间_Solr_Solr4 - Fatal编程技术网

solr-以UTC格式保存上次索引时间

solr-以UTC格式保存上次索引时间,solr,solr4,Solr,Solr4,当我使用 在我的data-config.xml中,我使用deltaQuery属性来比较 deltaQuery="select... from... where... myDocTable.LastModificationTime > '${dih.last_index_time}" 问题是我的dbtable值是datetime偏移量,而不是datetime。 我可以用“+X.00 GMT”时间保存上次修改时间吗?

当我使用

在我的data-config.xml中,我使用deltaQuery属性来比较

deltaQuery="select...
            from...
            where...
            myDocTable.LastModificationTime > '${dih.last_index_time}"  
问题是我的dbtable值是datetime偏移量,而不是datetime。
我可以用“+X.00 GMT”时间保存上次修改时间吗?
谢谢