The FastVectorHighlighter type exposes the following members.

Constructors

  NameDescription
Public methodFastVectorHighlighter()()()()
the default constructor.
Public methodFastVectorHighlighter(Boolean, Boolean)
a constructor. Using SimpleFragListBuilder and ScoreOrderFragmentsBuilder.
Public methodFastVectorHighlighter(Boolean, Boolean, FragListBuilder, FragmentsBuilder)
a constructor. A FragListBuilder and a FragmentsBuilder can be specified (plugins).

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBestFragment
return the best fragment.
Public methodGetBestFragments
return the best fragments.
Public methodGetFieldQuery
create a FieldQuery object.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsFieldMatch
return whether fieldMatch or not.
Public methodIsPhraseHighlight
return whether phraseHighlight or not.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

Properties

  NameDescription
Public propertyPhraseLimit
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.

See Also