Class PositionSpan
Utility class to record Positions Spans
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Search.Highlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class PositionSpan
Constructors
PositionSpan(int, int)
Utility class to record Positions Spans
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Declaration
public PositionSpan(int start, int end)
Parameters
Type | Name | Description |
---|---|---|
int | start | |
int | end |
Properties
End
Utility class to record Positions Spans
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Declaration
public int End { get; set; }
Property Value
Type | Description |
---|---|
int |
Start
Utility class to record Positions Spans
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Declaration
public int Start { get; set; }
Property Value
Type | Description |
---|---|
int |