Class FieldFragList
FieldFragList has a list of "frag info" that is used by IFragments
Namespace: Lucene.Net.Search.VectorHighlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
public abstract class FieldFragList : object
Constructors
| Improve this Doc View SourceFieldFragList(Int32)
a constructor.
Declaration
public FieldFragList(int fragCharSize)
Parameters
Type | Name | Description |
---|---|---|
System. |
fragCharSize | the length (number of chars) of a fragment |
Properties
| Improve this Doc View SourceFragInfos
return the list of Field
Declaration
public virtual IList<FieldFragList.WeightedFragInfo> FragInfos { get; }
Property Value
Type | Description |
---|---|
IList<Field |
Methods
| Improve this Doc View SourceAdd(Int32, Int32, IList<FieldPhraseList.WeightedPhraseInfo>)
convert the list of Field
Declaration
public abstract void Add(int startOffset, int endOffset, IList<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
Parameters
Type | Name | Description |
---|---|---|
System. |
startOffset | start offset of the fragment |
System. |
endOffset | end offset of the fragment |
IList<Field |
phraseInfoList | list of Field |