Class FieldFragList.WeightedFragInfo.SubInfo
Represents the list of term offsets for some text
Inheritance
System.Object
FieldFragList.WeightedFragInfo.SubInfo
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class SubInfo : object
Constructors
|
Improve this Doc
View Source
SubInfo(String, IList<FieldPhraseList.WeightedPhraseInfo.Toffs>, Int32, Single)
Declaration
public SubInfo(string text, IList<FieldPhraseList.WeightedPhraseInfo.Toffs> termsOffsets, int seqnum, float boost)
Parameters
Properties
|
Improve this Doc
View Source
Boost
Declaration
public virtual float Boost { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Seqnum
Declaration
public virtual int Seqnum { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TermsOffsets
Declaration
public virtual IList<FieldPhraseList.WeightedPhraseInfo.Toffs> TermsOffsets { get; }
Property Value
|
Improve this Doc
View Source
Text
Declaration
public virtual string Text { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|