mirror of https://github.com/apache/lucene.git
LUCENE-3728: remove outdated nocommit, not relevant since we dont repack CFS on addindexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3661@1237822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4e620c58da
commit
8421cdfbb9
|
@ -4075,8 +4075,6 @@ public class IndexWriter implements Closeable, TwoPhaseCommit {
|
|||
Collection<String> files = info.files();
|
||||
CompoundFileDirectory cfsDir = new CompoundFileDirectory(directory, fileName, context, true);
|
||||
try {
|
||||
// nocommit: we could make a crappy regex like before...
|
||||
// assert assertNoSeparateFiles(files, directory, info);
|
||||
for (String file : files) {
|
||||
directory.copy(cfsDir, file, file, context);
|
||||
checkAbort.work(directory.fileLength(file));
|
||||
|
|
Loading…
Reference in New Issue