Hi, I am looking for a fast and easy to maintain way to do autocomplete for large dataset in solr. I heard about Ternary Search Tree (TST) <https://en.wikipedia.org/wiki/Ternary_search_tree>. But I would like to know if there is something I missed such as best practice, Solr new feature. Any suggestion is welcome. Thank you.
Regards Olivier