%TRUE if case should be preserved.
Start a bulk insertion. fuzzy
is not ready for searching until
dzl_fuzzy_mutable_index_end_bulk_insert() has been called.
This allows for inserting large numbers of strings and deferring the final sort until dzl_fuzzy_mutable_index_end_bulk_insert().
Complete a bulk insert and resort the index.
Inserts a string into the fuzzy matcher.
A UTF-8 encoded string.
A value to associate with key.
DzlFuzzyMutableIndex searches within fuzzy
for strings that fuzzy match needle
.
Only up to max_matches
will be returned.
TODO: max_matches is not yet respected.
The needle to fuzzy search for.
The max number of matches to return.
Decrements the reference count of fuzzy by one. When the reference count reaches zero, the structure will be freed.
Create a new #Fuzzy for fuzzy matching strings.
%TRUE if case should be preserved.
Create a new #Fuzzy for fuzzy matching strings.