Rate This Document
Findability
Accuracy
Completeness
Readability

load

API Definition

def load(path: string) -> int

Function

Load a searcher from a specified path.

Parameters

Parameter

Description

Data Type

Value Range

path

Path for loading the searcher.

Character string

The length must be less than 199 characters.

Return Value

Data Type

Description

int

The API is encapsulated by the underlying C++ API, which controls the exception throwing.