Interface IFragListBuilder
IFrag
Namespace: Lucene.Net.Search.VectorHighlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
public interface IFragListBuilder
Methods
| Improve this Doc View SourceCreateFieldFragList(FieldPhraseList, Int32)
create a Field
Declaration
FieldFragList CreateFieldFragList(FieldPhraseList fieldPhraseList, int fragCharSize)
Parameters
Type | Name | Description |
---|---|---|
Field |
fieldPhraseList | Field |
System. |
fragCharSize | the length (number of chars) of a fragment |
Returns
Type | Description |
---|---|
Field |
the created Field |