LUCENE-3234: fix javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2011-06-27 03:24:10 +00:00
parent e0a872a023
commit b15ca9a6b9
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ public class FastVectorHighlighter {
/**
* set the maximum number of phrases to analyze when searching for the highest-scoring phrase.
* The default is 5000. To ensure that all phrases are analyzed, use a negative number or Integer.MAX_VALUE.
* The default is unlimited (Integer.MAX_VALUE).
*/
public void setPhraseLimit (int phraseLimit) { this.phraseLimit = phraseLimit; }
}