Class FieldFragList.WeightedFragInfo
List of term offsets + weight for a frag info
Inheritance
System.Object
FieldFragList.WeightedFragInfo
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class WeightedFragInfo : object
Constructors
|
Improve this Doc
View Source
WeightedFragInfo(Int32, Int32, IList<FieldFragList.WeightedFragInfo.SubInfo>, Single)
Declaration
public WeightedFragInfo(int startOffset, int endOffset, IList<FieldFragList.WeightedFragInfo.SubInfo> subInfos, float totalBoost)
Parameters
Properties
|
Improve this Doc
View Source
EndOffset
Declaration
public int EndOffset { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StartOffset
Declaration
public int StartOffset { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SubInfos
Declaration
public IList<FieldFragList.WeightedFragInfo.SubInfo> SubInfos { get; }
Property Value
|
Improve this Doc
View Source
TotalBoost
Declaration
public float TotalBoost { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|