Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MatchQuery

A query which tokenizes the given text into tokens and performs a sub query for each token. The results are combined using a boolean operator.

Hierarchy

Index

Properties

Optional boost

boost: number

Optional extended

extended: boolean

field

field: string

Optional fuzziness

fuzziness: 0 | 1 | 2 | "AUTO"

Optional minimum_should_match

minimum_should_match: number | string

Optional operator

operator: "and" | "or"

Optional prefix_length

prefix_length: number

type

type: "match"

value

value: string

Generated using TypeDoc