Search
Preparing search index...
The search index is not available
@lokidb/lokidb-src
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
BoolQuery
Interface BoolQuery
A query that matches documents matching boolean combinations of sub queries.
Hierarchy
BaseQuery
<
"bool"
>
BoolQuery
Index
Properties
boost
filter
minimum_
should_
match
must
not
should
type
Properties
Optional
boost
boost
:
number
Optional
filter
filter
:
QueryTypes
[]
Optional
minimum_
should_
match
minimum_
should_
match
:
number
|
string
Optional
must
must
:
QueryTypes
[]
Optional
not
not
:
QueryTypes
[]
Optional
should
should
:
QueryTypes
[]
type
type
:
"bool"
Globals
Bool
Query
boost
filter
minimum_
should_
match
must
not
should
type
Generated using
TypeDoc
A query that matches documents matching boolean combinations of sub queries.