Group, We are creating indexes (say 3) with different writer config details (merge policy, codec & other config details vary for those 3 indexes), add some documents & close all of them during application shutdown.
We have to reopen them and add more documents during application restart. But this requires the previous IndexWriterConfig settings for opening those indexes in APPEND mode which is tedious as we need to map those indexes to config parameters. Is there any other way to get the already available config parameters from the IndexWriter? Thanks in advance. -- With Thanks and Regards, Ramprakash Ramamoorthy, Chennai.