Autocomplete field types
The following table lists all autocomplete field types that OpenSearch supports.
Field data type | Description |
---|---|
completion | A completion suggester that provides autocomplete functionality using prefix completion. You need to upload a list of all possible completions into the index before using this feature. |
search_as_you_type | Provides search-as-you-type functionality using both prefix and infix completion. |