ContainsMatch class

Mixed in types

Constructors

ContainsMatch()

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The name of this matcher
no setteroverride
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
override
compareTo(TermMatcher other) int
Compares this object to another object.
inherited
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

Constants

matchKey → const String