Querylight TS Demo

MultiMatchQuery

Full-text query that allows analyzed terms to match across multiple fields.

Back to docs search

Reference Entry

MultiMatchQuery

API Reference · foundation · order 72

Full-text query that allows analyzed terms to match across multiple fields.

Relevant APIs

MultiMatchQuery

Full-text query that allows analyzed terms to match across multiple fields.

Declaration

class MultiMatchQuery

Constructors

constructor

```ts constructor(__namedParameters: MultiMatchQueryParams): MultiMatchQuery ``` Parameters: - `__namedParameters: MultiMatchQueryParams`

Members

boost

```ts boost: number | undefined ```

hits

```ts hits(documentIndex: DocumentIndex): Promise ``` Parameters: - `documentIndex: DocumentIndex`

highlightClauses

```ts highlightClauses(documentIndex: DocumentIndex): { kind: "term"; field: string; text: string; operation: OP; prefixMatch: boolean }[] ``` Parameters: - `documentIndex: DocumentIndex`