Re: Indexer large file and hi performance indexing

2006-09-07 Thread Erick Erickson
indexer)"? What about performances? -Message d'origine- De : Doron Cohen [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 septembre 2006 21:00 À : java-user@lucene.apache.org Objet : Re: Indexer large file and hi performance indexing "HODAC, Olivier" <[EMAIL PROTEC

RE: Indexer large file and hi performance indexing

2006-09-07 Thread HODAC, Olivier
origine- De : Doron Cohen [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 septembre 2006 21:00 À : java-user@lucene.apache.org Objet : Re: Indexer large file and hi performance indexing "HODAC, Olivier" <[EMAIL PROTECTED]> wrote on 06/09/2006 03:04:15: > > hello, > &g

Re: Indexer large file and hi performance indexing

2006-09-06 Thread Doron Cohen
"HODAC, Olivier" <[EMAIL PROTECTED]> wrote on 06/09/2006 03:04:15: > > hello, > > I design an application which bottleneck concerns the indexing > process. Objects indexation blocks the user's action. Furthermore, I > need to index a large maount of documents (3 per day) and save > them on the

Indexer large file and hi performance indexing

2006-09-06 Thread HODAC, Olivier
hello, I design an application which bottleneck concerns the indexing process. Objects indexation blocks the user's action. Furthermore, I need to index a large maount of documents (3 per day) and save them on the file system. The first developments have been initiate with lucene 1.4.3 and