Framework
IndexProvider<T>
Interface: IndexProvider<T>
Custom index provider - creates and manages indexes.
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Properties
Methods
create()
create(options?): Index<T>Create a new index instance.
Parameters
| Parameter | Type |
|---|---|
options? | IndexOptions |
Returns
Index<T>
