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