RE: Search against an index on a mapped drive ...

2008-03-14 Thread Dragon Fly
Thank you all. > From: [EMAIL PROTECTED] > Subject: Re: Search against an index on a mapped drive ... > Date: Fri, 14 Mar 2008 08:58:41 -0400 > To: java-user@lucene.apache.org > > > This setup should work fine, but as others said definitely explore > options &

Re: Search against an index on a mapped drive ...

2008-03-14 Thread Michael McCandless
This setup should work fine, but as others said definitely explore options & test search performance. Mike Dragon Fly wrote: Hi, I'd like to find out if I can do the following with Lucene (on Windows). On server A: - An index writer creates/updates the index. The index is physicall

Re: Search against an index on a mapped drive ...

2008-03-14 Thread Erik Hatcher
On Mar 14, 2008, at 8:22 AM, Mathieu Lecarme wrote: Dragon Fly a écrit : Hi, I'd like to find out if I can do the following with Lucene (on Windows). On server A: - An index writer creates/updates the index. The index is physically stored on server A. - An index searcher searches agai

Re: Search against an index on a mapped drive ...

2008-03-14 Thread Mathieu Lecarme
Dragon Fly a écrit : Hi, I'd like to find out if I can do the following with Lucene (on Windows). On server A: - An index writer creates/updates the index. The index is physically stored on server A. - An index searcher searches against the index. On server B: - Maps to the index directory.

Search against an index on a mapped drive ...

2008-03-14 Thread Dragon Fly
Hi, I'd like to find out if I can do the following with Lucene (on Windows). On server A: - An index writer creates/updates the index. The index is physically stored on server A. - An index searcher searches against the index. On server B: - Maps to the index directory. - An index searcher sea