Score class
Represents an accumulating score for a search term.
Boosts are added to the score. Once the score has been calculated, you can't append any more boosts.
Constructors
Properties
Methods
-
calculate(
) → double -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator +(
Boost boost) → Score -
operator ==(
Object other) → bool -
The equality operator.
inherited