Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrIndexNotFound = errors.New("index not found") ErrInvalidMapping = errors.New("invalid mapping") ErrDocumentNotFound = errors.New("document not found") ErrIndexAlreadyExists = errors.New("the index already exists") ErrIndexCloneNotSupported = errors.New("the index don't support clone") ErrBulkDataFormat = errors.New("error bulk data format") )
logic error.
View Source
var ( ErrKeyNotFound = errors.New("Key not found") ErrEmptyKey = errors.New("Key cannot be empty") ErrKeyValueNotMatch = errors.New("Keys and values not match") )
underlying db error.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.