-
SearchIndex class for indexing strings and their associated objects.
Builder class for creating a SearchIndex with key-value pairs.
Trie data structure for storing values with associated string keys, which supports inserting values and searching by
prefix.
Node within the Trie structure, containing a list of children and values.