elasticlunr-rs icon indicating copy to clipboard operation
elasticlunr-rs copied to clipboard

Use a trie implementation from crates.io

Open mattico opened this issue 7 years ago • 0 comments

The current InvertedIndex and DocumentStore implementations are direct ports of the javascript ones. Rather than stick with a nested HashMap, it would be more efficient and more elegant to use a native trie implementation. (As long as it doen't make Serialization much worse)

mattico avatar Nov 12 '17 00:11 mattico