Guys: Any thoughts? Forwarding the question from the users list after not hearing back.
Thanks -John ---------- Forwarded message ---------- From: John Wang <john.w...@gmail.com> Date: Fri, Jul 3, 2009 at 3:49 PM Subject: addIndexesNoOptimize To: java-u...@lucene.apache.org Hi guys: Running into a question with IndexWriter.addIndexesNoOptimize: I am trying to expand a smaller index by replicating it into a larger index. So I am adding the same directory N times. I get an exception because noDupDirs(dirs) fails. For this call, is this check neccessary? I temporarily commented it and the resulting index seems to fine. Thanks -John