Interface: TrieSearchResult<T>
Defined in: trie.ts:55 Search result with relevance scoreType Parameters
T
T
Type of stored data
Properties
data
data: T
Defined in: trie.ts:59
Associated data
score
score: number
Defined in: trie.ts:61
Relevance score based on frequency
word
word: string
Defined in: trie.ts:57
The matched word