Re: Need help with delta import

2014-02-13 Thread thammegowda
I was having similar problem with delta import. I am using solr 4.6 and making use of ${dih.last_index_time}, ${dih.delta.xxx} shorter variable names. I think the issue in previously discussed posts in the thread lies in deltaQuery and deltaImportQuery. if deltaQuery="select *rowId* from MyTab

Re: Need help with delta import

2013-09-18 Thread sureshadapa
I am using below configuration file and The problem is I do not see any solr documents committed into Solr Core Selector 'db' When i run full-import,Is give me message. Indexing completed. Added/Updated: 0 documents. Deleted 0 documents. Requests: 1, Fetched: 8, Skipped: 0, Processed: 0 When i ru

Re: Need help with delta import

2013-09-13 Thread umajava
Sorry but I gave up on this issue. I could not resolve it. On Tue, Sep 10, 2013 at 8:24 PM, suren [via Lucene] < ml-node+s472066n4089093...@n3.nabble.com> wrote: > Any update? I am also having the same issue. pls reply. > > This XML file does not appear to have any style information associated >

RE: Need help with delta import

2013-09-10 Thread suren
Any update? I am also having the same issue. pls reply. This XML file does not appear to have any style information associated with it. The document tree is shown below. 0 7 db-data-config.xml delta-import idle 2 1 0 2013-09-10 07:46:34 2013-09-10 07:46:34 2013-09-10 07:46:35 2013-09-10 0

RE: Need help with delta import

2013-03-11 Thread Xavier Pell
This is absolutely a sintax error, I had the same problem, and with dih.delta.id it solves all my problems. Thanks to god and the special person who post the answer in this page. You have to revise your sintax in queries for delta import and watch the catalina (i use tomcat) log file for any error

RE: Need help with delta import

2012-12-15 Thread umajava
I have changed to use dih.xx but still no luck. Even with dataimport or dataimporter the query is able to fetch the delta records but they are not able to commit to solr. Would there be any other reason why this would fail? -- View this message in context: http://lucene.472066.n3.nabble.com/Nee

RE: Need help with delta import

2012-12-14 Thread Dyer, James
e is no stopping it being removed in 5.0 though. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Friday, December 14, 2012 1:41 PM To: solr-user@lucene.apache.org Subject: Re: Need help with delta imp

RE: Need help with delta import

2012-12-14 Thread Swati Swoboda
I am also confused, as I've been using dataimporter.* and not dih.* and it is working fine. -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Friday, December 14, 2012 2:41 PM To: solr-user@lucene.apache.org Subject: Re: Need help with delta import On

Re: Need help with delta import

2012-12-14 Thread Shawn Heisey
On 12/14/2012 11:39 AM, Dyer, James wrote: Try ${dih.delta.ID} instead of ${dataimporter.delta.id}. Also use ${dih.last_index_time} instead of ${dataimporter.last_index_time} . I noticed when updating the test cases that the wiki incorrectly used the longer name but with all the versions I t

RE: Need help with delta import

2012-12-14 Thread Dyer, James
. The wiki has since been changed. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: umajava [mailto:umaj...@gmail.com] Sent: Friday, December 14, 2012 11:27 AM To: solr-user@lucene.apache.org Subject: RE: Need help with delta import I tried full

RE: Need help with delta import

2012-12-14 Thread umajava
I tried full import and then delta import but still the issue is same. -- View this message in context: http://lucene.472066.n3.nabble.com/Need-help-with-delta-impor

RE: Need help with delta import

2012-12-14 Thread umajava
Thanks, but this didn't help either. Documents are not getting commited. 3202012-12-14 16:57:252012-12-14 16:57:252012-12-14 16:57:252012-12-14 16:57:25200:0:0.140 Should I do full import again as I have included email and fname in the query and start again? -- View this message in context: h

RE: Need help with delta import

2012-12-14 Thread Swati Swoboda
rom: umajava [mailto:umaj...@gmail.com] Sent: Thursday, December 13, 2012 9:35 PM To: solr-user@lucene.apache.org Subject: RE: Need help with delta import Thanks a lot for your reply. I have made the changes but it still does not work. I still get the same results. Any other suggestions please?

RE: Need help with delta import

2012-12-10 Thread Dyer, James
Its surprising that your full import is working for you. Both your "query" and your "deltaImportQuery" have: SELECT ID FROM... ...So both your full-import ("query" attr) and your delta-import ("deltaImportQuery" attr) are only getting the ID field from your db. Shouldn't you be at least be g

Re: Need help with delta import

2012-12-07 Thread umajava
Ouput in the browser is idle-9802012-12-07 03:15:362012-12-07 03:15:362012-12-07 03:15:362012-12-07 03:15:36800:0:0.32 I have tried all sorts of URL's to invoke the data import http://localhost:8080/solr/dataimport?command=delta-import http://localhost:8080/solr/dataimport?command=delta-import&c