mirror of https://github.com/apache/lucene.git
fix javadoc links
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@926949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac530bd636
commit
ba6bfab9b8
|
@ -84,7 +84,7 @@ public final class IndexWriterConfig implements Cloneable {
|
||||||
* others to finish. */
|
* others to finish. */
|
||||||
public final static int DEFAULT_MAX_THREAD_STATES = 8;
|
public final static int DEFAULT_MAX_THREAD_STATES = 8;
|
||||||
|
|
||||||
/** Default setting for {@link #setIndexWriterPooling}. */
|
/** Default setting for {@link #setReaderPooling}. */
|
||||||
public final static boolean DEFAULT_READER_POOLING = false;
|
public final static boolean DEFAULT_READER_POOLING = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -34,7 +34,7 @@ import org.apache.lucene.util.Constants;
|
||||||
|
|
||||||
/** File-based {@link Directory} implementation that uses
|
/** File-based {@link Directory} implementation that uses
|
||||||
* mmap for reading, and {@link
|
* mmap for reading, and {@link
|
||||||
* SimpleFSDirectory.SimpleFSIndexOutput} for writing.
|
* FSDirectory.FSIndexOutput} for writing.
|
||||||
*
|
*
|
||||||
* <p><b>NOTE</b>: memory mapping uses up a portion of the
|
* <p><b>NOTE</b>: memory mapping uses up a portion of the
|
||||||
* virtual memory address space in your process equal to the
|
* virtual memory address space in your process equal to the
|
||||||
|
|
|
@ -29,7 +29,7 @@ import java.nio.channels.FileChannel;
|
||||||
* synchronizing.
|
* synchronizing.
|
||||||
*
|
*
|
||||||
* <p>This class only uses FileChannel when reading; writing
|
* <p>This class only uses FileChannel when reading; writing
|
||||||
* is achieved with {@link SimpleFSDirectory.SimpleFSIndexOutput}.
|
* is achieved with {@link FSDirectory.FSIndexOutput}.
|
||||||
*
|
*
|
||||||
* <p><b>NOTE</b>: NIOFSDirectory is not recommended on Windows because of a bug
|
* <p><b>NOTE</b>: NIOFSDirectory is not recommended on Windows because of a bug
|
||||||
* in how FileChannel.read is implemented in Sun's JRE.
|
* in how FileChannel.read is implemented in Sun's JRE.
|
||||||
|
|
Loading…
Reference in New Issue