We have a job (runs periodically) that indexes documents updated after the previous run. We first write to RamDirectory and then merge it with the index on disk (using indexWriter.addIndexes()). Should we set MergePolicy for both the writers? while writing to RamDirectory and while merging with the index on disk
Thanks