Does Kendra support wildcard queries? (eg: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-wildcard-query.html)
Does it have n-gram tokenizer to implement incremental search/search-as-you-type feature?
Asked
Active
Viewed 169 times
0

Snaps
- 39
- 3
1 Answers
0
- Kendra does not support wildcard queries.
- Kendra supports query suggestions. More details - https://docs.aws.amazon.com/kendra/latest/dg/query-suggestions.html#no-suggestions

Apoorva Nayak
- 26
- 1
-
Kendra suggests queries based on popular queries in the query logs/query history and not based on the lexicon of the search engine (i.e index). Want to implement the latter. – Snaps Aug 16 '21 at 08:14