Class BaseFragListBuilder
A abstract implementation of IFragListBuilder.
Inheritance
System.Object
BaseFragListBuilder
Assembly: Lucene.Net.Highlighter.dll
Syntax
public abstract class BaseFragListBuilder : object, IFragListBuilder
Constructors
Name | Description |
---|---|
BaseFragListBuilder() | |
BaseFragListBuilder(Int32) |
Fields
Name | Description |
---|---|
MARGIN_DEFAULT | |
MIN_FRAG_CHAR_SIZE_FACTOR |
Methods
Name | Description |
---|---|
AcceptPhrase(FieldPhraseList.WeightedPhraseInfo, Int32, Int32) | A predicate to decide if the given FieldPhraseList.WeightedPhraseInfo should be accepted as a highlighted phrase or if it should be discarded. The default implementation discards phrases that are composed of more than one term and where the matchLength exceeds the fragment character size. |
CreateFieldFragList(FieldPhraseList, FieldFragList, Int32) | |
CreateFieldFragList(FieldPhraseList, Int32) |