Hi, I am starting my application in multi-threaded environment, could somebody show me any examples with serialize calls to the IndexWriter.addDocument(Document)?
because my idea is to use RAMDirectory based in parallel, one in each thread, and merges them into a single index on the disk using IndexWriter.addIndexes(Directory[]) method, It is working with a single process but I have problems with my threads implementation. Or any ideas about this. Best regards. Sodel. -- Sodel Vazquez-Reyes PhD Student --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]