load
API Definition
def load(path: string) -> int
Function
Loads a searcher from a specified path.
Parameters
Parameter |
Data Type |
Description |
Value Range |
|---|---|---|---|
path |
Character string |
Path for loading the searcher. |
The length must be less than 199 characters. |
Return Value
Data Type |
Description |
|---|---|
int |
This API is a wrapper for an underlying C++ API, which controls exception handling. |
Parent topic: Python