A newer version of this documentation is available.

View Latest

Prefix Query

    March 9, 2025
    + 12

    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.

    json
    { "prefix": "inter", "field": "reviews.content" }