Skip to main content

Query Sets

Query Sets are collections of queries that serve as input for search evaluations in Releval. Each set represents realistic user search behavior and is used to assess the relevancy of your search implementation. Queries can be simple strings or structured JSON objects containing search terms and optional metadata.

Query sets can be created via the Create Query Set API or uploaded using the Upload Query Set API, supporting queries as either strings or JSON. All queries within a set must share the same formatโ€” either all strings or all JSON objects. When used with query templates, each query is rendered into a full search request, enabling consistent testing across multiple configurations.