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.

Namespace: Lucene.Net.Search.Vectorhighlight
Assembly: Lucene.Net.FastVectorHighlighter (in Lucene.Net.FastVectorHighlighter.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public int PhraseLimit { get; set; }
Visual Basic
Public Property PhraseLimit As Integer
	Get
	Set
Visual C++
public:
property int PhraseLimit {
	int get ();
	void set (int value);
}

See Also