Re: delta-import using a full-import command is not working

2009-08-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
The only way is to backport the patch to 1.3 . If you are confortable doing that just modify the relevant code and do an "ant dist" to get the jar On Tue, Aug 18, 2009 at 11:42 AM, djain101 wrote: > > How can i get the version of DIH which fixes this issue and is compatible > with 1.3? > > > Noble

Re: delta-import using a full-import command is not working

2009-08-17 Thread djain101
How can i get the version of DIH which fixes this issue and is compatible with 1.3? Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > OK, I thought you were using an older version of 1.4. the new DIH is > not compatible with 1.3 > > On Tue, Aug 18, 2009 at 11:37 AM, djain101 > wrote: >> >> I replaced th

Re: delta-import using a full-import command is not working

2009-08-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
OK, I thought you were using an older version of 1.4. the new DIH is not compatible with 1.3 On Tue, Aug 18, 2009 at 11:37 AM, djain101 wrote: > > I replaced the dataimporthandler.jar from 8/7/2009 build in WEB-INF/lib of > solr.war but on restarting of JBOSS, it threw me following exception but i

Re: delta-import using a full-import command is not working

2009-08-17 Thread djain101
I replaced the dataimporthandler.jar from 8/7/2009 build in WEB-INF/lib of solr.war but on restarting of JBOSS, it threw me following exception but if i revert back to 1.3 jar then it loads the class fine. Is there any compatibilty issue between latest dataimporthandler.jar and solr1.3.war? INFO:

Re: delta-import using a full-import command is not working

2009-08-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
http://people.apache.org/builds/lucene/solr/nightly/ you can just replace the dataimporthandler jar in your current installation and it should be fine On Tue, Aug 18, 2009 at 11:18 AM, djain101 wrote: > > Can you please point me to the url for downloading latest DIH? Thanks for > your help. > > >

Re: delta-import using a full-import command is not working

2009-08-17 Thread djain101
Can you please point me to the url for downloading latest DIH? Thanks for your help. Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > you can take a nightly of DIH jar alone. It is quite stable > > On Tue, Aug 18, 2009 at 8:21 AM, djain101 wrote: >> >> Looks like this issue has been fixed on Sept 20, 2

Re: delta-import using a full-import command is not working

2009-08-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
you can take a nightly of DIH jar alone. It is quite stable On Tue, Aug 18, 2009 at 8:21 AM, djain101 wrote: > > Looks like this issue has been fixed on Sept 20, 2008 against issue SOLR-768. > Can someone please let me know which one is a stable jar after Sept 20, > 2008. > > > > djain101 wrote: >

Re: delta-import using a full-import command is not working

2009-08-17 Thread djain101
Looks like this issue has been fixed on Sept 20, 2008 against issue SOLR-768. Can someone please let me know which one is a stable jar after Sept 20, 2008. djain101 wrote: > > After debugging dataimporter code, i found that it is a bug in the > dataimporter 1.3 code itself. doFullImport() in

Re: delta-import using a full-import command is not working

2009-08-17 Thread djain101
After debugging dataimporter code, i found that it is a bug in the dataimporter code itself. doFullImport() in DataImporter class is not loading last index time where as doDeltaImport() is. The code snippet from doFullImport() is: if (requestParams.commit) setIndexStartTime(new Date());

Re: delta-import using a full-import command is not working

2009-08-17 Thread djain101
Yes, database and Solr are different machines and their dates are not synchronized. Could that be the issue? Why the date difference between Solr and DB machine fails to put the timestamp from dataimport.properties file? Thanks, Dharmveer Avlesh Singh wrote: > > Solr and your database are di

Re: delta-import using a full-import command is not working

2009-08-17 Thread Avlesh Singh
Solr and your database are different machines? If yes, are their dates synchronized? If you have access to your database server logs, looking at the queries that DIH generated might help. Cheers Avlesh On Mon, Aug 17, 2009 at 11:40 PM, djain101 wrote: > > Any help? > -- > View this message in c

Re: delta-import using a full-import command is not working

2009-08-17 Thread djain101
Any help? -- View this message in context: http://www.nabble.com/delta-import-using-a-full-import-command-is-not-working-tp24989144p25011540.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: delta-import using a full-import command is not working

2009-08-16 Thread djain101
Thanks for your response. It is not empty, it contains following: #Sat Aug 15 16:44:18 PDT 2009 last_index_time=2009-08-15 16\:44\:17 Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > actually your dataimport.properties is empty , I guess that is the reason > > On Sun, Aug 16, 2009 at 5:19 AM, djain101

Re: delta-import using a full-import command is not working

2009-08-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
actually your dataimport.properties is empty , I guess that is the reason On Sun, Aug 16, 2009 at 5:19 AM, djain101 wrote: > > Hi, > > I am following the example on > http://wiki.apache.org/solr/DataImportHandlerFaq#fullimportdelta > http://wiki.apache.org/solr/DataImportHandlerFaq#fullimportdelta