You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by Bassem Elsayed <Ba...@bibalex.org> on 2005/07/20 07:57:48 UTC

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

Posted by Otis Gospodnetic <ot...@yahoo.com>.
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 <Ba...@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/> 
> 
> ---------------------------------------------------- 
> 
>  
> 
>