semantique.processor.core.QueryProcessor.execute#
- QueryProcessor.execute()[source]#
Execute a semantic query.
During query execution, the query processor executes the result instructions of the query recipe. It solves all references, evaluates them into arrays, and applies the defined actions to them.
- Returns:
QueryProcessor
– An updated query processor instance, with aresponse
property containing the resulting arrays.