Well, defining what you mean by "autocomplete" would be a start. If it's just a user types some letters and you suggest the next N terms in the list, TermsComponent will fix you right up.
If it's more complicated, the AutoSuggest functionality might help. If it's correcting spelling, there's the spellchecker. Best, Erick On Sat, Aug 1, 2015 at 10:00 AM, Olivier Austina <olivier.aust...@gmail.com> wrote: > 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