Return the query string of this query only
Add a numeric or geo filter to the query. Currently only one of each filter is supported by the engine
Match only documents where the query terms appear in the same order in the document. i.e. for the query 'hello world', we do not match 'world hello'
Limit the search to specific TEXT fields only
A list of strings, case sensitive field names from the defined schema
Limit the results to a specific set of pre-known document ids of any length
Set the query to only return ids and not the document content
Prevent the query from being filtered for stopwords. Only useful in very big queries that you are certain contain no stopwords.
Set the paging for the query (defaults to 0..10).
Paging offset for the results. Defaults to 0
How many results do we want
Only return values from these fields
Allow a maximum of N intervening non matched terms between phrase terms (0 means exact phrase)
Add a sortby field to the query
the name of the field to sort by
when true
, sorting will be done in ascending order
Set the query to be verbatim, i.e. use no query expansion or stemming
Ask the engine to return document payloads
Generated using TypeDoc
Format the redis arguments for this query and return them