RE: Indexing and Searching happening together

2002-02-01 Thread Doug Cutting
> From: Kelvin Tan [mailto:[EMAIL PROTECTED]] > > True (and it's great) that once an IndexReader is open, no > actions on the IndexWriter affect it. > > However, if an IndexReader is opened _after_ indexing begins, > I suppose it'll throw an exception? Doesn't it mean that when > indexing is

Re: Indexing and Searching happening together

2002-02-01 Thread Kelvin Tan
s the way I phrased my question (or that I'm missing something), but I don't seem to have gotten my query across initially... Regards, Kelvin - Original Message - From: Doug Cutting To: 'Lucene Users List' Sent: Friday, February 01, 2002 12:28 AM Subject: R

RE: Indexing and Searching happening together

2002-01-31 Thread Doug Cutting
> From: Kelvin Tan [mailto:[EMAIL PROTECTED]] > > In the case where indexing takes a non-trivial amount of > time, what is the expected behaviour when a search is > performed while indexing is still going on? Once an IndexReader is open, no actions on an IndexWriter should affect it. Adding d

Re: Indexing and Searching happening together

2002-01-31 Thread Ype Kingma
Kelvin, >In the case where indexing takes a non-trivial amount of time, what is the expected >behaviour when a search is performed while indexing is still going on? > >Would it be a good solution to index in a temporary location, then copying the index >files over to the final location when don