From 48fbdad30589892483c9b667e5f8eda1acdae025 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Fri, 6 Mar 2009 11:24:55 +0000 Subject: [PATCH] fix javadoc for addIndexes(IndexReader[]) to remove incorrect warning that a writer cannot be changing the underlying index git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@750851 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/lucene/index/IndexWriter.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/java/org/apache/lucene/index/IndexWriter.java b/src/java/org/apache/lucene/index/IndexWriter.java index bfb6bb9698f..31e814873ee 100644 --- a/src/java/org/apache/lucene/index/IndexWriter.java +++ b/src/java/org/apache/lucene/index/IndexWriter.java @@ -3340,12 +3340,6 @@ public class IndexWriter { /** Merges the provided indexes into this index. *

After this completes, the index is optimized.

*

The provided IndexReaders are not closed.

- - *

NOTE: the index in each Directory must not be - * changed (opened by a writer) while this method is - * running. This method does not acquire a write lock in - * each input Directory, so it is up to the caller to - * enforce this. * *

NOTE: while this is running, any attempts to * add or delete documents (with another thread) will be