The FastVectorHighlighter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FastVectorHighlighter()()()() |
the default constructor.
|
![]() | FastVectorHighlighter(Boolean, Boolean) |
a constructor. Using SimpleFragListBuilder and ScoreOrderFragmentsBuilder.
|
![]() | FastVectorHighlighter(Boolean, Boolean, FragListBuilder, FragmentsBuilder) |
a constructor. A FragListBuilder and a FragmentsBuilder can be specified (plugins).
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBestFragment |
return the best fragment.
|
![]() | GetBestFragments |
return the best fragments.
|
![]() | GetFieldQuery |
create a FieldQuery object.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsFieldMatch |
return whether fieldMatch or not.
|
![]() | IsPhraseHighlight |
return whether phraseHighlight or not.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_FIELD_MATCH | |
![]() ![]() | DEFAULT_PHRASE_HIGHLIGHT |
Properties
Name | Description | |
---|---|---|
![]() | PhraseLimit |
The maximum number of phrases to analyze when searching for the highest-scoring phrase.
The default is 5000. To ensure that all phrases are analyzed, use a negative number or Integer.MAX_VALUE.
|