mirror of https://github.com/apache/lucene.git
javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1237770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1cb522921
commit
6a2652a331
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue