FuzzyMutableIndex.insert

Inserts a string into the fuzzy matcher.

class FuzzyMutableIndex
void
insert
(
string key
,
void* value
)

Parameters

key string

A UTF-8 encoded string.

value void*

A value to associate with key.

Meta