Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Issues: Add support for RediSearch Commands #2555

Open
8 of 26 tasks
jonathanc-n opened this issue Sep 23, 2024 · 2 comments
Open
8 of 26 tasks

Tracking Issues: Add support for RediSearch Commands #2555

jonathanc-n opened this issue Sep 23, 2024 · 2 comments
Labels
enhancement type enhancement

Comments

@jonathanc-n
Copy link
Contributor

jonathanc-n commented Sep 23, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Motivation

references the tracker issue: #2064

FT Commands Implementation Progress

  • FT._LIST: Returns a list of all existing indexes
  • FT.AGGREGATE: Run a search query on an index and perform aggregate transformations on the results
  • FT.ALIASADD: Adds an alias to the index
  • FT.ALIASDEL: Deletes an alias from the index
  • FT.ALIASUPDATE: Adds or updates an alias to the index
    feat(search): Added Alias Commands to Search #2577
  • FT.ALTER: Adds a new field to the index
  • FT.CONFIG GET: Retrieves runtime configuration options
  • FT.CONFIG SET: Sets runtime configuration options
  • FT.CREATE: Creates an index with the given spec
  • FT.CURSOR DEL: Deletes a cursor
  • FT.CURSOR READ: Reads from a cursor
  • FT.DICTADD: Adds terms to a dictionary
  • FT.DICTDEL: Deletes terms from a dictionary
  • FT.DICTDUMP: Dumps all terms in the given dictionary
  • FT.DROPINDEX: Deletes the index
  • FT.EXPLAIN: Returns the execution plan for a complex query
  • FT.EXPLAINCLI: Returns the execution plan for a complex query
  • FT.INFO: Returns information and statistics on the index
  • FT.PROFILE: Performs a FT.SEARCH or FT.AGGREGATE command and collects performance information
  • FT.SEARCH: Searches the index with a textual query, returning either documents or just ids
  • FT.SPELLCHECK: Performs spelling correction on a query, returning suggestions for misspelled terms
  • FT.SYNDUMP: Dumps the contents of a synonym group
  • FT.SYNUPDATE: Creates or updates a synonym group with additional terms
  • FT.TAGVALS: Returns the distinct tags indexed in a Tag field
    feat(search): support the FT.TAGVALS command #2564

FT.SEARCHSQL and FT.EXPLAINSQL has also been additionally implemented in Kvrocks

Solution

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@jonathanc-n jonathanc-n added the enhancement type enhancement label Sep 23, 2024
@PragmaTwice
Copy link
Member

PragmaTwice commented Sep 23, 2024

Thank you for the tracking issue.

However, Kvrocks Search is a relatively large feature and there are so many underlying design and components behind just these commands.

So it's hard to say if a command-level tracking is useful.

@jonathanc-n
Copy link
Contributor Author

@PragmaTwice I guess when proposals/prs come up we can list the issues opened under the commands here. This can act as a tracker for people to know what has been done and is being worked on for Redisearch commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type enhancement
Projects
None yet
Development

No branches or pull requests

2 participants