Class FastVectorHighlighter
Another highlighter implementation.
Inheritance
System.Object
FastVectorHighlighter
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class FastVectorHighlighter : object
Constructors
Name | Description |
---|---|
FastVectorHighlighter() | the default constructor. |
FastVectorHighlighter(Boolean, Boolean) | a constructor. Using SimpleFragListBuilder and ScoreOrderFragmentsBuilder. |
FastVectorHighlighter(Boolean, Boolean, IFragListBuilder, IFragmentsBuilder) | a constructor. A IFragListBuilder and a IFragmentsBuilder can be specified (plugins). |
Fields
Name | Description |
---|---|
DEFAULT_FIELD_MATCH | |
DEFAULT_PHRASE_HIGHLIGHT |
Properties
Name | Description |
---|---|
IsFieldMatch | return whether fieldMatch or not. |
IsPhraseHighlight | return whether phraseHighlight or not. |
PhraseLimit | Gets or Sets the maximum number of phrases to analyze when searching for the highest-scoring phrase. The default is unlimited (int.MaxValue). |