Initializes a new instance of the BaseFragmentsBuilder class
Namespace: Lucene.Net.Search.VectorhighlightAssembly: Lucene.Net.FastVectorHighlighter (in Lucene.Net.FastVectorHighlighter.dll) Version: 2.9.2.0 (2.9.2)
Syntax
C# |
---|
protected BaseFragmentsBuilder( string[] preTags, string[] postTags ) |
Visual Basic |
---|
Protected Sub New ( _ preTags As String(), _ postTags As String() _ ) |
Visual C++ |
---|
protected: BaseFragmentsBuilder( array<String^>^ preTags, array<String^>^ postTags ) |
Parameters
- preTags
- Type: array<System..::..String>[]()[][]
[Missing <param name="preTags"/> documentation for "M:Lucene.Net.Search.Vectorhighlight.BaseFragmentsBuilder.#ctor(System.String[],System.String[])"]
- postTags
- Type: array<System..::..String>[]()[][]
[Missing <param name="postTags"/> documentation for "M:Lucene.Net.Search.Vectorhighlight.BaseFragmentsBuilder.#ctor(System.String[],System.String[])"]