Initializes a new instance of the FieldTermStack..::..TermInfo class
Namespace: Lucene.Net.Search.VectorhighlightAssembly: Lucene.Net.FastVectorHighlighter (in Lucene.Net.FastVectorHighlighter.dll) Version: 2.9.2.0 (2.9.2)
Syntax
C# |
---|
public TermInfo( string text, int startOffset, int endOffset, int position ) |
Visual Basic |
---|
Public Sub New ( _ text As String, _ startOffset As Integer, _ endOffset As Integer, _ position As Integer _ ) |
Visual C++ |
---|
public: TermInfo( String^ text, int startOffset, int endOffset, int position ) |
Parameters
- text
- Type: System..::..String
[Missing <param name="text"/> documentation for "M:Lucene.Net.Search.Vectorhighlight.FieldTermStack.TermInfo.#ctor(System.String,System.Int32,System.Int32,System.Int32)"]
- startOffset
- Type: System..::..Int32
[Missing <param name="startOffset"/> documentation for "M:Lucene.Net.Search.Vectorhighlight.FieldTermStack.TermInfo.#ctor(System.String,System.Int32,System.Int32,System.Int32)"]
- endOffset
- Type: System..::..Int32
[Missing <param name="endOffset"/> documentation for "M:Lucene.Net.Search.Vectorhighlight.FieldTermStack.TermInfo.#ctor(System.String,System.Int32,System.Int32,System.Int32)"]
- position
- Type: System..::..Int32
[Missing <param name="position"/> documentation for "M:Lucene.Net.Search.Vectorhighlight.FieldTermStack.TermInfo.#ctor(System.String,System.Int32,System.Int32,System.Int32)"]