PragmaTwice commented on issue #3224:
URL: https://github.com/apache/kvrocks/issues/3224#issuecomment-3393043397

   Currently Kvrocks doesn't support the `AS` clause, so the `FT.CREATE` should 
be like:
   ```
   FT.CREATE checkpoints ON JSON PREFIX 1 checkpoint: SCHEMA
     thread_id TAG
     checkpoint_ns TAG
     checkpoint_id TAG
     parent_checkpoint_id TAG
     checkpoint_ts NUMERIC
     has_writes TAG
     source TAG 
     step NUMERIC
   ```
   
   Note that a field name like `thread_id` automatically matches the json path 
`$.thread_id`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to