a constructor. Using SimpleFragListBuilder and ScoreOrderFragmentsBuilder.

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 FastVectorHighlighter(
	bool phraseHighlight,
	bool fieldMatch
)
Visual Basic
Public Sub New ( _
	phraseHighlight As Boolean, _
	fieldMatch As Boolean _
)
Visual C++
public:
FastVectorHighlighter(
	bool phraseHighlight, 
	bool fieldMatch
)

Parameters

phraseHighlight
Type: System..::..Boolean
true or false for phrase highlighting
fieldMatch
Type: System..::..Boolean
true of false for field matching

See Also