mirror of https://github.com/apache/lucene.git
minor javadoc edits
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@731152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4978391e93
commit
c40a7d8397
|
@ -548,7 +548,7 @@ public class IndexWriter {
|
||||||
* @param create <code>true</code> to create the index or overwrite
|
* @param create <code>true</code> to create the index or overwrite
|
||||||
* the existing one; <code>false</code> to append to the existing
|
* the existing one; <code>false</code> to append to the existing
|
||||||
* index
|
* index
|
||||||
* @param mfl Maximum field length: LIMITED, UNLIMITED, or user-specified
|
* @param mfl Maximum field length in number of tokens/terms: LIMITED, UNLIMITED, or user-specified
|
||||||
* via the MaxFieldLength constructor.
|
* via the MaxFieldLength constructor.
|
||||||
* @throws CorruptIndexException if the index is corrupt
|
* @throws CorruptIndexException if the index is corrupt
|
||||||
* @throws LockObtainFailedException if another writer
|
* @throws LockObtainFailedException if another writer
|
||||||
|
@ -608,7 +608,7 @@ public class IndexWriter {
|
||||||
* @param create <code>true</code> to create the index or overwrite
|
* @param create <code>true</code> to create the index or overwrite
|
||||||
* the existing one; <code>false</code> to append to the existing
|
* the existing one; <code>false</code> to append to the existing
|
||||||
* index
|
* index
|
||||||
* @param mfl Maximum field length: LIMITED, UNLIMITED, or user-specified
|
* @param mfl Maximum field length in number of terms/tokens: LIMITED, UNLIMITED, or user-specified
|
||||||
* via the MaxFieldLength constructor.
|
* via the MaxFieldLength constructor.
|
||||||
* @throws CorruptIndexException if the index is corrupt
|
* @throws CorruptIndexException if the index is corrupt
|
||||||
* @throws LockObtainFailedException if another writer
|
* @throws LockObtainFailedException if another writer
|
||||||
|
@ -668,7 +668,7 @@ public class IndexWriter {
|
||||||
* @param create <code>true</code> to create the index or overwrite
|
* @param create <code>true</code> to create the index or overwrite
|
||||||
* the existing one; <code>false</code> to append to the existing
|
* the existing one; <code>false</code> to append to the existing
|
||||||
* index
|
* index
|
||||||
* @param mfl Maximum field length: LIMITED, UNLIMITED, or user-specified
|
* @param mfl Maximum field length in number of terms/tokens: LIMITED, UNLIMITED, or user-specified
|
||||||
* via the MaxFieldLength constructor.
|
* via the MaxFieldLength constructor.
|
||||||
* @throws CorruptIndexException if the index is corrupt
|
* @throws CorruptIndexException if the index is corrupt
|
||||||
* @throws LockObtainFailedException if another writer
|
* @throws LockObtainFailedException if another writer
|
||||||
|
@ -724,7 +724,7 @@ public class IndexWriter {
|
||||||
*
|
*
|
||||||
* @param path the path to the index directory
|
* @param path the path to the index directory
|
||||||
* @param a the analyzer to use
|
* @param a the analyzer to use
|
||||||
* @param mfl Maximum field length: LIMITED, UNLIMITED, or user-specified
|
* @param mfl Maximum field length in number of terms/tokens: LIMITED, UNLIMITED, or user-specified
|
||||||
* via the MaxFieldLength constructor.
|
* via the MaxFieldLength constructor.
|
||||||
* @throws CorruptIndexException if the index is corrupt
|
* @throws CorruptIndexException if the index is corrupt
|
||||||
* @throws LockObtainFailedException if another writer
|
* @throws LockObtainFailedException if another writer
|
||||||
|
@ -775,7 +775,7 @@ public class IndexWriter {
|
||||||
*
|
*
|
||||||
* @param path the path to the index directory
|
* @param path the path to the index directory
|
||||||
* @param a the analyzer to use
|
* @param a the analyzer to use
|
||||||
* @param mfl Maximum field length: LIMITED, UNLIMITED, or user-specified
|
* @param mfl Maximum field length in number of terms/tokens: LIMITED, UNLIMITED, or user-specified
|
||||||
* via the MaxFieldLength constructor.
|
* via the MaxFieldLength constructor.
|
||||||
* @throws CorruptIndexException if the index is corrupt
|
* @throws CorruptIndexException if the index is corrupt
|
||||||
* @throws LockObtainFailedException if another writer
|
* @throws LockObtainFailedException if another writer
|
||||||
|
@ -826,7 +826,7 @@ public class IndexWriter {
|
||||||
*
|
*
|
||||||
* @param d the index directory
|
* @param d the index directory
|
||||||
* @param a the analyzer to use
|
* @param a the analyzer to use
|
||||||
* @param mfl Maximum field length: LIMITED, UNLIMITED, or user-specified
|
* @param mfl Maximum field length in number of terms/tokens: LIMITED, UNLIMITED, or user-specified
|
||||||
* via the MaxFieldLength constructor.
|
* via the MaxFieldLength constructor.
|
||||||
* @throws CorruptIndexException if the index is corrupt
|
* @throws CorruptIndexException if the index is corrupt
|
||||||
* @throws LockObtainFailedException if another writer
|
* @throws LockObtainFailedException if another writer
|
||||||
|
@ -994,7 +994,7 @@ public class IndexWriter {
|
||||||
* the existing one; <code>false</code> to append to the existing
|
* the existing one; <code>false</code> to append to the existing
|
||||||
* index
|
* index
|
||||||
* @param deletionPolicy see <a href="#deletionPolicy">above</a>
|
* @param deletionPolicy see <a href="#deletionPolicy">above</a>
|
||||||
* @param mfl whether or not to limit field lengths
|
* @param mfl {@link org.apache.lucene.index.IndexWriter.MaxFieldLength}, whether or not to limit field lengths. Value is in number of terms/tokens
|
||||||
* @throws CorruptIndexException if the index is corrupt
|
* @throws CorruptIndexException if the index is corrupt
|
||||||
* @throws LockObtainFailedException if another writer
|
* @throws LockObtainFailedException if another writer
|
||||||
* has this index open (<code>write.lock</code> could not
|
* has this index open (<code>write.lock</code> could not
|
||||||
|
@ -1028,7 +1028,7 @@ public class IndexWriter {
|
||||||
* the existing one; <code>false</code> to append to the existing
|
* the existing one; <code>false</code> to append to the existing
|
||||||
* index
|
* index
|
||||||
* @param deletionPolicy see <a href="#deletionPolicy">above</a>
|
* @param deletionPolicy see <a href="#deletionPolicy">above</a>
|
||||||
* @param mfl whether or not to limit field lengths
|
* @param mfl whether or not to limit field lengths, value is in number of terms/tokens. See {@link org.apache.lucene.index.IndexWriter.MaxFieldLength}.
|
||||||
* @param indexingChain the {@link DocConsumer} chain to be used to
|
* @param indexingChain the {@link DocConsumer} chain to be used to
|
||||||
* process documents
|
* process documents
|
||||||
* @param commit which commit to open
|
* @param commit which commit to open
|
||||||
|
@ -1104,7 +1104,7 @@ public class IndexWriter {
|
||||||
* @param d the index directory
|
* @param d the index directory
|
||||||
* @param a the analyzer to use
|
* @param a the analyzer to use
|
||||||
* @param deletionPolicy see <a href="#deletionPolicy">above</a>
|
* @param deletionPolicy see <a href="#deletionPolicy">above</a>
|
||||||
* @param mfl whether or not to limit field lengths
|
* @param mfl whether or not to limit field lengths, value is in number of terms/tokens. See {@link org.apache.lucene.index.IndexWriter.MaxFieldLength}.
|
||||||
* @param commit which commit to open
|
* @param commit which commit to open
|
||||||
* @throws CorruptIndexException if the index is corrupt
|
* @throws CorruptIndexException if the index is corrupt
|
||||||
* @throws LockObtainFailedException if another writer
|
* @throws LockObtainFailedException if another writer
|
||||||
|
@ -4993,7 +4993,7 @@ public class IndexWriter {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies maximum field length in {@link IndexWriter} constructors.
|
* Specifies maximum field length (in number of tokens/terms) in {@link IndexWriter} constructors.
|
||||||
* {@link #setMaxFieldLength(int)} overrides the value set by
|
* {@link #setMaxFieldLength(int)} overrides the value set by
|
||||||
* the constructor.
|
* the constructor.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue