Querylight TS Demo

HighlightClause

Highlight clause emitted by queries that support highlighting.

Back to docs search

Reference Entry

HighlightClause

API Reference · foundation · order 90

Highlight clause emitted by queries that support highlighting.

Relevant APIs

HighlightClause

Highlight clause emitted by queries that support highlighting.

Declaration

interface HighlightClause

Members

kind

```ts kind: "term" | "phrase" ```

field

```ts field: string ```

text

```ts text: string ```

operation

```ts operation?: "AND" | "OR" ```

prefixMatch

```ts prefixMatch?: boolean ```

slop

```ts slop?: number ```