menu
lunr package
documentation
query.dart
Query class
Query class
dark_mode
light_mode
Query
class
Constructors
Query
(
List
<
String
>
allFields
, {
QueryPresence
presence
=
QueryPresence.OPTIONAL
})
Properties
allFields
↔
List
<
String
>
getter/setter pair
clauses
↔
List
<
Clause
>
getter/setter pair
hashCode
→
int
The hash code for this object.
no setter
inherited
presence
↔
QueryPresence
getter/setter pair
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
clause
(
Clause
clause
)
→
Query
isNegated
(
)
→
bool
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
term
(
dynamic
term
, [
Clause
?
options
])
→
Query
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
lunr package
documentation
query
Query class
query library