Clause class

Constructors

Clause({List<String>? fields, int? boost, bool? usePipeline, QueryPresence? presence, int? wildcard, String term = '', int? editDistance})

Properties

boost int?
getter/setter pair
editDistance int?
getter/setter pair
fields List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
presence QueryPresence?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
term String
getter/setter pair
usePipeline bool?
getter/setter pair
wildcard int?
getter/setter pair

Methods

clone() Clause
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