git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1237770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-01-30 16:40:32 +00:00
parent e1cb522921
commit 6a2652a331
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ changing norms, finding high freq terms, and others.
have to compile on your platform.
<p>
{@link NativeUnixDirectory} is a Directory implementation that bypasses the
{@link org.apache.lucene.store.NativeUnixDirectory} is a Directory implementation that bypasses the
OS's buffer cache (using direct IO) for any IndexInput and IndexOutput
used during merging of segments larger than a specified size (default
10 MB). This avoids evicting hot pages that are still in-use for