Type Alias Options<HD>

Options: SearchOptions & {
    hitDecorators?: HD;
    maxRetries?: number;
    retryInterval?: number;
}

Type Parameters

Type declaration

  • OptionalhitDecorators?: HD

    Hit decorators to apply to the search results.

  • OptionalmaxRetries?: number

    Maximum number of retry attempts. Default: 0 (no retries).

  • OptionalretryInterval?: number

    Interval (in ms) between retry attempts. Default: 1000 ms.

MMNEPVFCICPMFPCPTTAAATR