Is the IndexWriter class, and especially the method addIndexes(Directory[]) thread safe?
Created May 7, 2012
Otis Gospodnetic Yes,
IndexWriter.addIndexes(Directory[])
method is thread safe. It is a final synchronized
method.