Hi, I'm new to this list and have been working with Lucene v1.9 for the past month. I have a single question to ask, which can be found at the end of this email. What follows is a bit of background on why I'm asking. I've been learning how to increase the speed of indexing by utilizing RAMDirectories and multithreading. I originally was using an IndexReader and IndexWriter and was going from one to the other as the need required. As I read up on the documentation I found it was much easier to use a IndexModifier as it takes care of a lot of the background work. The only problem is combining the indexes from the multiple threads into a single FSDirectory index. Using an indexWriter it is simple to call the AddIndexes method, but since indexModifier does not have this method I've needed to do some extra work to accomplish the same thing.
The Question: Why is the method AddIndexes not a part of indexModifier? Thanks ahead of time, Dave Gosinski ____________________________________________________________________________________ Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains. http://farechase.yahoo.com/promo-generic-14795097
