mirror of https://github.com/apache/lucene.git
IW infoStream also tells us MMapDir.UNMAP_SUPPORTED on init
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1714073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
067c8b2b30
commit
6da5a2d14f
|
@ -58,6 +58,7 @@ import org.apache.lucene.store.IndexOutput;
|
|||
import org.apache.lucene.store.Lock;
|
||||
import org.apache.lucene.store.LockObtainFailedException;
|
||||
import org.apache.lucene.store.LockValidatingDirectoryWrapper;
|
||||
import org.apache.lucene.store.MMapDirectory;
|
||||
import org.apache.lucene.store.MergeInfo;
|
||||
import org.apache.lucene.store.RateLimitedIndexOutput;
|
||||
import org.apache.lucene.store.TrackingDirectoryWrapper;
|
||||
|
@ -1040,6 +1041,7 @@ public class IndexWriter implements Closeable, TwoPhaseCommit, Accountable {
|
|||
"index=" + segString() + "\n" +
|
||||
"version=" + Version.LATEST.toString() + "\n" +
|
||||
config.toString());
|
||||
infoStream.message("IW", "MMapDirectory.UNMAP_SUPPORTED=" + MMapDirectory.UNMAP_SUPPORTED);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue