doc_get_int_by_key

Getting the int value from Document by string key

export extern (C)
int32_t
doc_get_int_by_key
(
const uint32_t doc_id
,
const char* key_str
,
const uint32_t len
)