Class FieldFragList.WeightedFragInfo.SubInfo
Represents the list of term offsets for some text
Inheritance
System.Object
FieldFragList.WeightedFragInfo.SubInfo
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 SubInfo
Constructors
| Improve this Doc View SourceSubInfo(String, IList<FieldPhraseList.WeightedPhraseInfo.Toffs>, Int32, Single)
Declaration
public SubInfo(string text, IList<FieldPhraseList.WeightedPhraseInfo.Toffs> termsOffsets, int seqnum, float boost)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.Collections.Generic.IList<FieldPhraseList.WeightedPhraseInfo.Toffs> | termsOffsets | |
System.Int32 | seqnum | |
System.Single | boost |
Properties
| Improve this Doc View SourceBoost
Declaration
public virtual float Boost { get; }
Property Value
Type | Description |
---|---|
System.Single |
Seqnum
Declaration
public virtual int Seqnum { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermsOffsets
Declaration
public virtual IList<FieldPhraseList.WeightedPhraseInfo.Toffs> TermsOffsets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FieldPhraseList.WeightedPhraseInfo.Toffs> |
Text
Declaration
public virtual string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()