mirror of https://github.com/apache/lucene.git
LUCENE-2356: improve jdocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e5c553b6c
commit
37be97b0f9
|
@ -589,9 +589,9 @@ public final class IndexWriterConfig implements Cloneable {
|
|||
return indexingChain;
|
||||
}
|
||||
|
||||
/** Sets the term index divisor passed to any readers that
|
||||
* IndexWriter opens, for example when apply deletes or
|
||||
* creating a near-real-time reader in {@link
|
||||
/** Sets the termsIndexDivisor passed to any readers that
|
||||
* IndexWriter opens, for example when applying deletes
|
||||
* or creating a near-real-time reader in {@link
|
||||
* IndexWriter#getReader}. */
|
||||
public IndexWriterConfig setReaderTermsIndexDivisor(int divisor) {
|
||||
if (divisor <= 0) {
|
||||
|
|
Loading…
Reference in New Issue