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:
Michael McCandless 2010-06-02 10:10:08 +00:00
parent 5e5c553b6c
commit 37be97b0f9
1 changed files with 3 additions and 3 deletions

View File

@ -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) {