Pesquise como pesquisa de texto elástica
PUT my-index-000001
{
"mappings": {
"properties": {
"my_field": {
"type": "search_as_you_type"
}
}
}
}
Hemant Singh