Given two parallel indexes which contain the same products but different fields, one with slowly changing fields and one with fields which are updated regularly:
Is it possible to periodically merge these to form a single index? (thereby representing a frozen snapshot in time) For example: Can indexWriter.addIndexesNoOptimize handle this, or was it (only) designed for merging shards? If not, is there another option (3rd party or not) to use, or would I have to resort to low-level hacking? Thanks, Geert-Jan -- View this message in context: http://old.nabble.com/merging-Parallel-indexes-%28can-indexWriter.addIndexesNoOptimize-be-used-%29-tp26160607p26160607.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org