mirror of https://github.com/apache/lucene.git
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:
parent
e0a872a023
commit
b15ca9a6b9
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue