Re: Concurent operations with Lucene

2004-09-16 Thread Otis Gospodnetic
> What's the relationship between Nutch and Lucene? > > Terry > - Original Message - > From: Otis Gospodnetic > To: Lucene Users List > Sent: Wednesday, September 15, 2004 7:29 AM > Subject: Re: Concurent operations with Lucene > > > Hello > &

Re: Concurent operations with Lucene

2004-09-15 Thread Terry Steichen
Otis, What's the relationship between Nutch and Lucene? Terry - Original Message - From: Otis Gospodnetic To: Lucene Users List Sent: Wednesday, September 15, 2004 7:29 AM Subject: Re: Concurent operations with Lucene Hello Only 1 process can modify (add/delet

Re: Concurent operations with Lucene

2004-09-15 Thread Otis Gospodnetic
Hello Only 1 process can modify (add/delete) an index at a time. Have you seen Nutch (http://nutch.org/)? Otis --- Daniel CHAN <[EMAIL PROTECTED]> wrote: > Hi, > > I'm currently developping a search engine for a few websites and > would > like to use Lucene to do so. After reading some docs, a

Concurent operations with Lucene

2004-09-15 Thread Daniel CHAN
Hi, I'm currently developping a search engine for a few websites and would like to use Lucene to do so. After reading some docs, a post on jGuru states that some concurrent operations are forbidden with Lucene (http://www.jguru.com/faq/view.jsp?EID=913302). However, the post dated from 2 years ago.