The expression of the 'FILTER' parameter. is a filter expression with the full RediSearch aggregation expression language.
The 'LANGUAGE' parameter. If set indicates the default language for documents in the index.
The 'LANGUAGE_FIELD' parameter. If set indicates the document field that should be used as the document language.
The 'MAXTEXTFIELDS' parameter. For efficiency, RediSearch encodes indexes differently if they are created with less than 32 text fields.
The 'NOFIELDS' parameter. If set, we do not store field bits for each term.
The 'NOFREQS' parameter. If set, we avoid saving the term frequencies in the index.
The 'NOFFSETS' parameter. If set, we do not store term offsets for documents (saves memory, does not allow exact searches or highlighting).
The 'NOHL' parameter. Conserves storage space and memory by disabling highlighting support. If set, we do not store corresponding byte offsets for term positions.
The field of the 'PAYLOAD' parameter. If set indicates the document field that should be used as a binary safe payload string to the document, that can be evaluated at query time by a custom scoring function, or retrieved to the client.
The 'PREFIX' parameter. tells the index which keys it should index.
The 'SCORE' parameter. If set indicates the default score for documents in the index.
The 'SCORE_FIELD' parameter. If set indicates the document field that should be used as the document's rank based on the user's ranking.
The 'SKIPINITIALSCAN' parameter. If set, we do not scan and index.
The 'STOPWORDS' parameter. If set, we set the index with a custom stopword list, to be ignored during indexing and search time.
The 'TEMPORARY' parameter. Create a lightweight temporary index which will expire after the specified period of inactivity.
Generated using TypeDoc
The 'FT.CREATE' additional optional parameters