Re: Issue with delta import

2017-08-17 Thread bhargava ravali koganti
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

Re: Issue with delta import

2017-08-17 Thread Rick Leir
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

Re: Issue with delta import

2017-08-16 Thread bhargava ravali koganti
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

Re: Issue with delta import

2017-08-16 Thread bhargava ravali koganti
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.

Re: Issue with delta import

2017-08-16 Thread vrindavda
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.

Re: Issue with delta import

2017-08-10 Thread vrindavda
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

Re: Issue with delta import

2017-08-08 Thread bhargava ravali koganti
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.

Re: Issue with delta import

2017-07-26 Thread Sujay Bawaskar
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

Issue with delta import

2017-07-26 Thread bhargava ravali koganti
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

Re: Issue with delta import (not finding data in a column)

2010-05-12 Thread ahammad
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.

Re: Issue with delta import (not finding data in a column)

2010-05-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
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.

Re: Issue with delta import (not finding data in a column)

2010-05-12 Thread ahammad
7;" > deltaQuery="select ID from TABLE1 where (LASTMODIFIED > > to_date('${dataimporter.last_index_time}', '-mm-dd HH24:MI:SS'))" > > transformer="BlobTransformer"> > > > >

Issue with delta import (not finding data in a column)

2010-05-10 Thread ahammad
.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.