Class FieldPhraseList.WeightedPhraseInfo.Toffs
Term offsets (start + end)
Inheritance
System.Object
FieldPhraseList.WeightedPhraseInfo.Toffs
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class Toffs : IComparable<FieldPhraseList.WeightedPhraseInfo.Toffs>
Constructors
|
Improve this Doc
View Source
Toffs(Int32, Int32)
Declaration
public Toffs(int startOffset, int endOffset)
Parameters
Type |
Name |
Description |
System.Int32 |
startOffset |
|
System.Int32 |
endOffset |
|
Properties
|
Improve this Doc
View Source
EndOffset
Declaration
public virtual int EndOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StartOffset
Declaration
public virtual int StartOffset { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
CompareTo(FieldPhraseList.WeightedPhraseInfo.Toffs)
Declaration
public virtual int CompareTo(FieldPhraseList.WeightedPhraseInfo.Toffs other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|