Meilisearch JS
Docs
GitHub
Preparing search index...
InitializeNetworkOptions
Type Alias InitializeNetworkOptions
Options for initializing a network with sharding enabled.
type
InitializeNetworkOptions
=
{
remotes
:
Record
<
string
,
Remote
>
;
self
:
string
;
}
Index
Properties
remotes
self
Properties
remotes
remotes
:
Record
<
string
,
Remote
>
self
self
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
remotes
self
Docs
GitHub
Meilisearch JS
Loading...
Options for initializing a network with sharding enabled.