Class WeightedFragListBuilder
Inheritance
System.Object
WeightedFragListBuilder
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class WeightedFragListBuilder : BaseFragListBuilder, IFragListBuilder
Constructors
|
Improve this Doc
View Source
WeightedFragListBuilder()
Declaration
public WeightedFragListBuilder()
|
Improve this Doc
View Source
WeightedFragListBuilder(Int32)
Declaration
public WeightedFragListBuilder(int margin)
Parameters
Type |
Name |
Description |
System.Int32 |
margin |
|
Methods
|
Improve this Doc
View Source
CreateFieldFragList(FieldPhraseList, Int32)
Declaration
public override FieldFragList CreateFieldFragList(FieldPhraseList fieldPhraseList, int fragCharSize)
Parameters
Type |
Name |
Description |
FieldPhraseList |
fieldPhraseList |
|
System.Int32 |
fragCharSize |
|
Returns
Overrides
Implements