Prefix Query
A prefix query finds documents containing terms that start with the specified prefix. Please note that the prefix query is a non-analytic query, meaning it won’t perform any text analysis on the query text.
{
"prefix": "inter",
"field": "reviews.content"
}