a constructor.

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 ScoreOrderFragmentsBuilder(
	string[] preTags,
	string[] postTags
)
Visual Basic
Public Sub New ( _
	preTags As String(), _
	postTags As String() _
)
Visual C++
public:
ScoreOrderFragmentsBuilder(
	array<String^>^ preTags, 
	array<String^>^ postTags
)

Parameters

preTags
Type: array<System..::..String>[]()[][]
array of pre-tags for markup terms
postTags
Type: array<System..::..String>[]()[][]
array of post-tags for markup terms

See Also