Full-text query that allows analyzed terms to match across multiple fields.
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`