RE: serializable RAMDirectory

2006-03-20 Thread Aditya Liviandi
ucene... -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 7:21 PM To: java-user@lucene.apache.org Subject: Re: serializable RAMDirectory On Mar 20, 2006, at 1:05 AM, Aditya Liviandi wrote: > Is there any implementation of lucene that allows the ind

Re: serializable RAMDirectory

2006-03-20 Thread Erik Hatcher
On Mar 20, 2006, at 1:05 AM, Aditya Liviandi wrote: Is there any implementation of lucene that allows the index to be portable? It seems pointless that I have to do the indexing operation to a directory with FSDirectory, and then copy the directory over to the portable file, and unpack the f

serializable RAMDirectory

2006-03-19 Thread Aditya Liviandi
Is there any implementation of lucene that allows the index to be portable? It seems pointless that I have to do the indexing operation to a directory with FSDirectory, and then copy the directory over to the portable file, and unpack the file whenever I want to search the directory at another plac