Interface IFragListBuilder
IFragListBuilder is an interface for FieldFragList builder classes. A IFragListBuilder class can be plugged in to Highlighter.
Namespace: Lucene.Net.Search.VectorHighlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
public interface IFragListBuilder
Methods
| Improve this Doc View SourceCreateFieldFragList(FieldPhraseList, Int32)
create a FieldFragList.
Declaration
FieldFragList CreateFieldFragList(FieldPhraseList fieldPhraseList, int fragCharSize)
Parameters
Type | Name | Description |
---|---|---|
FieldPhraseList | fieldPhraseList | FieldPhraseList object |
System.Int32 | fragCharSize | the length (number of chars) of a fragment |
Returns
Type | Description |
---|---|
FieldFragList | the created FieldFragList object |