TsQuery class sealed

Constructors

TsQuery()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

followedBy(TsQuery other, {int? distance}) TsQuery
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 &(TsQuery other) TsQuery
operator ==(Object other) bool
The equality operator.
inherited
operator |(TsQuery other) TsQuery

Static Methods

and(Iterable<TsQuery> items) TsQuery
not(TsQuery query) TsQuery
or(Iterable<TsQuery> items) TsQuery
word(String text, {Iterable<TsWeight>? weights, bool prefix = false}) TsQuery