Querylight TS Demo

MatchAll

Query that matches every indexed document.

Back to docs search

Reference Entry

MatchAll

API Reference · foundation · order 76

Query that matches every indexed document.

Relevant APIs

MatchAll

Query that matches every indexed document.

Declaration

class MatchAll

Constructors

constructor

```ts constructor(__namedParameters: MatchAllParams): MatchAll ``` Parameters: - `__namedParameters: MatchAllParams`

Members

boost

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

hits

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

highlightClauses

```ts highlightClauses(): [] ```