Class FieldPhraseList
FieldPhraseList has a list of WeightedPhraseInfo that is used by FragListBuilder to create a FieldFragList object.
Inheritance
System.Object
FieldPhraseList
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class FieldPhraseList : object
Constructors
Name | Description |
---|---|
FieldPhraseList(FieldPhraseList[]) | Merging constructor. |
FieldPhraseList(FieldTermStack, FieldQuery) | create a FieldPhraseList that has no limit on the number of phrases to analyze |
FieldPhraseList(FieldTermStack, FieldQuery, Int32) | a constructor. |
Properties
Name | Description |
---|---|
PhraseList | return the list of FieldPhraseList.WeightedPhraseInfo. |
Methods
Name | Description |
---|---|
AddIfNoOverlap(FieldPhraseList.WeightedPhraseInfo) |