Yes it does work in that case. And one more thing is, I'm use my database as
cassandra not sql. Probably, that must be the problem.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-delta-import-tp4347680p4350901.html
Sent from the Solr - User mailing list ar
It says here
https://cwiki.apache.org/confluence/display/solr/Parallel+SQL+Interface#ParallelSQLInterface-SolrSQLSyntax
that you need to escape the FROM.
Did you try it without the
'false' != 'false' OR
On 2017-08-16 04:07 AM, bhargava ravali koganti wrote:
I'm getting error like this
Exce
adEventExecutor$4.run(SingleThreadEventExecutor.java:703)
at
io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
at java.lang.Thread.run(Thread.java:748)
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-delta-import-tp43
Does this way even handle the deletes?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-delta-import-tp4347680p4350726.html
Sent from the Solr - User mailing list archive at Nabble.com.
yes.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-delta-import-tp4347680p4350734.html
Sent from the Solr - User mailing list archive at Nabble.com.
refer this :
http://lucene.472066.n3.nabble.com/Number-of-requests-spike-up-when-i-do-the-delta-Import-td4338162.html#a4339168
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-delta-import-tp4347680p4350157.html
Sent from the Solr - User mailing list archive at
Tried it had no impact.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-delta-import-tp4347680p4349577.html
Sent from the Solr - User mailing list archive at Nabble.com.
can you please try ${dih.last_index_time} instead of
${dataimporter.last_index_time}.
On Wed, Jul 26, 2017 at 2:33 PM, bhargava ravali koganti <
ravali@gmail.com> wrote:
> Hi,
>
> I'm trying to integrate Solr and Cassandra. I"m facing problem with delta
> import. For every 10 minutes I'm runn
Hi,
I'm trying to integrate Solr and Cassandra. I"m facing problem with delta
import. For every 10 minutes I'm running deltaquery using cron job. If any
changes in the data based on last index time, it has to fetch the data(as
far as my knowledge), however, it keeps fetching the whole data
irrespe
of the code. It
doesn't get that far. Let me know if you need any more information.
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-delta-import-not-finding-data-in-a-column-tp788993p812818.html
Sent from the Solr - User mailing list archive at Nabble.com.
onfig file:
Thanks.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Issue-with-delta-import-not-finding-data-in-a-column-tp788993p788993.html
Sent from the Solr - User mailing list archive at Nabble.com.
7;"
> deltaQuery="select ID from TABLE1 where (LASTMODIFIED >
> to_date('${dataimporter.last_index_time}', '-mm-dd HH24:MI:SS'))"
>
> transformer="BlobTransformer">
>
>
>
>
.nabble.com/Issue-with-delta-import-not-finding-data-in-a-column-tp788993p788993.html
Sent from the Solr - User mailing list archive at Nabble.com.
13 matches
Mail list logo