Query stages have the following variables available:Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
ctx. Context: used to pass variables between stagesreqResp. QueryRequestAndResponse: deserializes pre-request parameters and makes them available
<request.q>.
Example
Check that a query has anfq filter on a given field for a given value:
In the UI, set property name to ids and Property Value to req.hasParam("fq")
