TermMatcherMixin mixin

Provides the Comparable implementation for subclasses

Implemented types
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The name of this matcher
no setterinherited
priority int
What order this matcher should run. This is important because the first matcher that finds a result "wins".
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply<T>(FullTextSearch<T> search, TokenizedItem<T> item, String term, FTSToken token) List<TermMatch>
Applies this matcher and returns one or more match results
inherited
compareTo(TermMatcher other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited