You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where: structure can be HASH or JSON. identifier is either:
ON HASH: The field name of the HASH
ON JSON: a JSONPath. attribute is the mapped name in RediSearch's index.
E.g.:
FT.CREATE idx ON JSON SCHEMA $.product.label AS label TEXT
By replacing the {field} part of the schema by {identifier} [AS {attribute}], a mapping logic is introduced, where a JSONPath is associated with an attribute name.
No description provided.
The text was updated successfully, but these errors were encountered: