- Preparing search index...
- The search index is not available
arangojs
Type alias CreateArangoSearchViewOptions
Create
Arango
Search
View
Options
: ArangoSearchViewPropertiesOptions & { optimizeTopK
?: string[]; primaryKeyCache
?: boolean; primarySort
?: ({ direction
: Direction; field
: string; } | { asc
: boolean; field
: string; })[]; primarySortCache
?: boolean; primarySortCompression
?: Compression; storedValues
?: ArangoSearchViewStoredValueOptions[] | string[] | string[][]; type
: "arangosearch"; writebufferActive
?: number; writebufferIdle
?: number; writebufferSizeMax
?: number; }
Options for creating an ArangoSearch View.