Class PositionSpan
Utility class to record Positions Spans
This is a Lucene.NET INTERNAL API, use at your own risk
Inheritance
System.Object
PositionSpan
Namespace: Lucene.Net.Search.Highlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class PositionSpan : object
Constructors
| Improve this Doc View SourcePositionSpan(Int32, Int32)
Declaration
public PositionSpan(int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | start | |
System.Int32 | end |
Properties
| Improve this Doc View SourceEnd
Declaration
public int End { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Start
Declaration
public int Start { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |