Class FieldFragList
FieldFragList has a list of "frag info" that is used by IFragmentsBuilder class to create fragments (snippets).
Inheritance
System.Object
FieldFragList
Assembly: Lucene.Net.Highlighter.dll
Syntax
public abstract class FieldFragList : object
Constructors
Name | Description |
---|---|
FieldFragList(Int32) | a constructor. |
Properties
Name | Description |
---|---|
FragInfos | return the list of FieldFragList.WeightedFragInfos. |
Methods
Name | Description |
---|---|
Add(Int32, Int32, IList<FieldPhraseList.WeightedPhraseInfo>) | convert the list of FieldPhraseList.WeightedPhraseInfo to FieldFragList.WeightedFragInfo, then add it to the fragInfos |