mirror of
https://github.com/apache/lucene.git
synced 2025-03-04 15:29:28 +00:00
Fix wrong-spelled noncommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9ad724c19
commit
f1da6b38ac
@ -686,7 +686,7 @@ class DirectoryReader extends IndexReader implements Cloneable {
|
||||
segmentInfos.setUserData(commitUserData);
|
||||
// Default deleter (for backwards compatibility) is
|
||||
// KeepOnlyLastCommitDeleter:
|
||||
// nocommit: Decide what to do with InfoStream here? Use default or keep NO_OUTPUT?
|
||||
// TODO: Decide what to do with InfoStream here? Use default or keep NO_OUTPUT?
|
||||
IndexFileDeleter deleter = new IndexFileDeleter(directory,
|
||||
deletionPolicy == null ? new KeepOnlyLastCommitDeletionPolicy() : deletionPolicy,
|
||||
segmentInfos, InfoStream.NO_OUTPUT, null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user