Meilisearch JS
    Preparing search index...

    Type Alias InitializeNetworkOptions

    Options for initializing a network with sharding enabled.

    type InitializeNetworkOptions = {
        remotes: Record<string, Remote>;
        self: string;
    }
    Index

    Properties

    Properties

    remotes: Record<string, Remote>
    self: string