Hello, I am trying to improve indexing time and looking through tutorials I found that the three main variables to improve indexing time are minMergeDocs, maxMergeDocs, and mergeFactor. You can change two of these variables (maxMergeDocs and mergeFactor) via mutator methods in the IndexWriter class, but how do you alter minMergeFactor?
Thanks Dana -- View this message in context: http://www.nabble.com/Min-Merge-Docs-tp17345859p17345859.html Sent from the Lucene - General mailing list archive at Nabble.com.
