mirror of https://github.com/apache/lucene.git
spell fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
85cbe4e316
commit
c6bd141f11
|
@ -2841,7 +2841,7 @@ public class IndexWriter implements Closeable {
|
|||
* starting index (see {@link #optimize()} for details).
|
||||
*
|
||||
* <p>
|
||||
* <b>NOTE:</b> this method only copies the segments of the incomning indexes
|
||||
* <b>NOTE:</b> this method only copies the segments of the incoming indexes
|
||||
* and does not merge them. Therefore deleted documents are not removed and
|
||||
* the new segments are not merged with the existing ones. Also, the segments
|
||||
* are copied as-is, meaning they are not converted to CFS if they aren't,
|
||||
|
|
Loading…
Reference in New Issue