Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoolQuery

A query that matches documents matching boolean combinations of sub queries.

Hierarchy

Index

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"

Generated using TypeDoc