Method Search.Blobs()->read_all_sorted()


Method read_all_sorted

array(array(string)) read_all_sorted()

Description

Returns ({({ string word1_id, string blob1 }),...}), sorted by word_id in octet order.

Note

This function also frees the blobs and the word_ids, so you can only read the blobs struct once. Also, once you have called read or read_all_sorted, add_words will no longer work as expected.