Querylight TS Demo

BoolQueryParams

Parameters for constructing a BoolQuery.

Back to docs search

Reference Entry

BoolQueryParams

API Reference · foundation · order 43

Parameters for constructing a BoolQuery.

Relevant APIs

BoolQueryParams

Parameters for constructing a BoolQuery.

Declaration

interface BoolQueryParams

Members

should

```ts should?: Query[] ```

must

```ts must?: Query[] ```

filter

```ts filter?: Query[] ```

mustNot

```ts mustNot?: Query[] ```

boost

```ts boost?: number ```

minimumShouldMatch

```ts minimumShouldMatch?: number ```