Class SingleFragListBuilder
An implementation class of IFragListBuilder that generates one FieldFragList.WeightedFragInfo object. Typical use case of this class is that you can get an entire field contents by using both of this class and SimpleFragmentsBuilder.
FastVectorHighlighter h = new FastVectorHighlighter( true, true,
new SingleFragListBuilder(), new SimpleFragmentsBuilder() );
Inheritance
System.Object
SingleFragListBuilder
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class SingleFragListBuilder : object, IFragListBuilder
Methods
Name | Description |
---|---|
CreateFieldFragList(FieldPhraseList, Int32) |