> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Autocomplete

[localhost link]: http://localhost:3000/docs/lucidworks-search/09-developer-documentation/frontend-development/autocomplete

[mintlify link]: https://doc.lucidworks.com/docs/lucidworks-search/09-developer-documentation/frontend-development/autocomplete

[old doc.lw link]: https://doc.lucidworks.com/managed-fusion/5.9/k9eu8d

Autocomplete, also known as auto-suggest, look-ahead, or type-ahead, is a feature that displays a list of common search terms that begin with, or are contained by, the query string. For example, the query "search technology" might result in an autocomplete list with results "search technology rocks", "i love search technology", and/or "this is a search technology company", depending on how the autocomplete has been configured. Like most other search components, Lucidworks Search leverages [Solr’s autosuggest](https://solr.apache.org/guide/suggester.html) component. Assuming auto-suggest is configured in the Solr config, it is sufficient to enable it in Lucidworks Search in order to use the component.
