LogoRobo.js
Framework

IndexProvider<T>

Interface: IndexProvider<T>

Custom index provider - creates and manages indexes.

Type Parameters

Type ParameterDefault type
Tunknown

Properties

PropertyTypeDescription
operatorsstring[]Query operators supported by this index.

Methods

create()

create(options?): Index<T>

Create a new index instance.

Parameters

ParameterType
options?IndexOptions

Returns

Index<T>

On this page