A newer version of this documentation is available.

View Latest

Term Query

    March 9, 2025
    + 12

    A term query is the simplest possible query. It performs an exact match in the index for the provided term.

    Example

    json
    { "term": "locate", "field": "reviews.content" }

    A demonstration of term queries using the Java SDK can be found in Searching from the SDK.