Skip to content

BuildSearchIndexOptions

Defined in: standalone.ts:17

Options for building search index

optional engine: IndexEngine<unknown>

Defined in: standalone.ts:22

Custom index engine to use. Defaults to raw engine if not specified.


optional includeSourcePos: boolean

Defined in: engines/index.ts:71

Include source positions in output

RawEngineOptions.includeSourcePos