a constructor.
Namespace: Lucene.Net.Search.VectorhighlightAssembly: Lucene.Net.FastVectorHighlighter (in Lucene.Net.FastVectorHighlighter.dll) Version: 2.9.2.0 (2.9.2)
Syntax
C# |
---|
public SimpleFragmentsBuilder( string[] preTags, string[] postTags ) |
Visual Basic |
---|
Public Sub New ( _ preTags As String(), _ postTags As String() _ ) |
Visual C++ |
---|
public: SimpleFragmentsBuilder( 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