Mailing List Archive

indexing FTP or HTTP or Database
How can I use lucene to index and search for FTP OR HTTP or Database?

Thank you.



Thanks and Best Regards,

----------------------------------------------------

Bassem Elsayed Saad

Software Engineer

ICT Department

Bibliotheca Alexandrina

P.O. Box 138, Chatby

Alexandria 21526, Egypt

Tel: +(203) 483 9999, Ext: 1496

Mob: +(2010) 627 2875

Fax: +(203) 482 0405

Email: Bassem.Elsayed@bibalex.org

Web Site: www.bibalex.org <http://www.bibalex.org/>

----------------------------------------------------
Re: indexing FTP or HTTP or Database [ In reply to ]
For indexing FTP and HTTP servers, see Nutch (sub-project of Lucene).

For indexing a DB you can write some custom JDBC to pull your data from
DB and index it with Lucene. I imagine a few other people will email
suggestions.... ;)

Otis


--- Bassem Elsayed <Bassem.Elsayed@bibalex.org> wrote:

> How can I use lucene to index and search for FTP OR HTTP or Database?
>
> Thank you.
>
>
>
> Thanks and Best Regards,
>
> ----------------------------------------------------
>
> Bassem Elsayed Saad
>
> Software Engineer
>
> ICT Department
>
> Bibliotheca Alexandrina
>
> P.O. Box 138, Chatby
>
> Alexandria 21526, Egypt
>
> Tel: +(203) 483 9999, Ext: 1496
>
> Mob: +(2010) 627 2875
>
> Fax: +(203) 482 0405
>
> Email: Bassem.Elsayed@bibalex.org
>
> Web Site: www.bibalex.org <http://www.bibalex.org/>
>
> ----------------------------------------------------
>
>
>
>