* Add new Query DSL section Signed-off-by: Naarcha-AWS <[email protected]> * Change config settings Signed-off-by: Naarcha-AWS <[email protected]> * Fix links Signed-off-by: Naarcha-AWS <[email protected]> * Add Query DSL back to Search Signed-off-by: Naarcha-AWS <[email protected]> * Fix remaining links Signed-off-by: Naarcha-AWS <[email protected]> * Last reorder Signed-off-by: Naarcha-AWS <[email protected]> * Add Heather's feedback Signed-off-by: Naarcha-AWS <[email protected]> * Add Query DSL section. Delete Index Data page Signed-off-by: Naarcha-AWS <[email protected]> * Fix index title Signed-off-by: Naarcha-AWS <[email protected]> * Add correct title to managing indexes Signed-off-by: Naarcha-AWS <[email protected]> * Change config yml Signed-off-by: Naarcha-AWS <[email protected]> * Add permalinks for each page in query DSL section Signed-off-by: Naarcha-AWS <[email protected]> * :wq --------- Signed-off-by: Naarcha-AWS <[email protected]>
824 B
824 B
layout, title, nav_order, has_children, has_toc, parent, redirect_from
| layout | title | nav_order | has_children | has_toc | parent | redirect_from | |
|---|---|---|---|---|---|---|---|
| default | Autocomplete field types | 50 | true | false | Supported field types |
|
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. |