{
"author-suggest": {
"prefix": "query here",
"completion": {
"field": "author"
}
}
}
{
"author-suggest": {
"prefix": "query here",
"completion": {
"field": "author",
"contexts": {
"genre": "genre here"
}
}
}
}
{
"query": {
"match": {
"author_name": {
"query": "your query here",
"fuzziness": 2,
"operator": "and"
}
}
}
}