drawback addindexes method

2007-05-03 Thread Chandan Tamrakar
I found that IndexWriter.addIndexes(Directory[]) always calls optimize method twice I am indexing a documents in batches , i.e I call this method when X no. of documents are buffered in RAM Using RAMDirectory . So as the index size grows , optimize method will only increase by indexing time C

RE: drawback addindexes method

2007-05-03 Thread Steven Parkes
AM To: java-user@lucene.apache.org Subject: drawback addindexes method I found that IndexWriter.addIndexes(Directory[]) always calls optimize method twice I am indexing a documents in batches , i.e I call this method when X no. of documents are buffered in RAM Using RAMDirectory . So as the index