Class PositionSpan
Utility class to record Positions Spans
This is a Lucene.NET INTERNAL API, use at your own risk
Inheritance
System.Object
PositionSpan
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Search.Highlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class PositionSpan
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 |