Class WeightedFieldFragList
A weighted implementation of Field
Inherited Members
Namespace: Lucene.Net.Search.VectorHighlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class WeightedFieldFragList : FieldFragList
Constructors
| Improve this Doc View SourceWeightedFieldFragList(Int32)
a constructor.
Declaration
public WeightedFieldFragList(int fragCharSize)
Parameters
Type | Name | Description |
---|---|---|
System. |
fragCharSize | the length (number of chars) of a fragment |
Methods
| Improve this Doc View SourceAdd(Int32, Int32, IList<FieldPhraseList.WeightedPhraseInfo>)
Declaration
public override void Add(int startOffset, int endOffset, IList<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
Parameters
Type | Name | Description |
---|---|---|
System. |
startOffset | |
System. |
endOffset | |
IList<Field |
phraseInfoList |