this means creating two IndexWriter objects where one is using RAMDirectory and one using FSDirectory? then i use addIndexes(Directory [])? i can't find a mergeIndexes().
Herb.... -----Original Message----- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 11:17 AM To: Lucene Users List Subject: Re: example of using RAMDirectory Use RAMDirectory and then user mergeIndexes(Directory[]) method. Otis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
