Re: Indexing Lotus Notes database using API

2011-09-09 Thread Alexandre Rafalovitch
I was looking at doing something similar a little while ago and I would not actually go with entry-by-entry extraction code. There is a semi-secret way to export the whole Lotus Notes database into an XML format. It can then be processed to extract and import whatever information you want, much mo

Re: Indexing Lotus Notes database using API

2011-09-08 Thread Tobias Berg
Hi again, After reading a bit more, IBM no longer supports the JDBC driver for Lotus Notes. Instead the Notes.jar API is recommended. So I'll go with that, as Oleg suggested. 2011/9/6 Tobias Berg > Thanks Jan, > > I will look into using the JDBC driver. > > /Tobias > > > 2011/9/5 Jan Høydahl >

Re: Indexing Lotus Notes database using API

2011-09-06 Thread Tobias Berg
Thanks Jan, I will look into using the JDBC driver. /Tobias 2011/9/5 Jan Høydahl > Hi, > > You should be able to index Notes databases through JDBC, either with DIH > or ManifoldCF. Have not tried myself though. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com

Re: Indexing Lotus Notes database using API

2011-09-05 Thread Oleg Tikhonov
Hi Tobias, I've been using ManifoldFC in context of FileNet P8 but not in the context of your use case. I think that you should use Notes API because it has very specific IBM tailored format. If you will find some open source project that can "extract" Lotus Notes DB, please share the informatio

Re: Indexing Lotus Notes database using API

2011-09-05 Thread Jan Høydahl
Hi, You should be able to index Notes databases through JDBC, either with DIH or ManifoldCF. Have not tried myself though. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 5. sep. 2011, at 12:28, Tobias Berg wrote: > Hi, > > I'

Indexing Lotus Notes database using API

2011-09-05 Thread Tobias Berg
Hi, I'm in the need to index some databases in Lotus Notes format. Unfortunatley, they cannot be web-enabled so I can't use a crawler such as Nutch. Before starting to write my own code, have anyone indexed Lotus Notes databases using the Notes API before? Maybe using Apache ManifoldCF framework