RediSearch / RediSearch

A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.
https://redis.io/docs/stack/search/
Other
5.54k stars 522 forks source link

Synonym APIs #596

Open htkm opened 5 years ago

htkm commented 5 years ago

According to the documentation, there is a set of APIs about synonyms.

I was wondering if there could be something like FT.SYNGET and FT.SYNDEL, as covered at #315.

Basically my question is how to drop a synonym group of an index. Thanks for the great work!

MeirShpilraien commented 5 years ago

Drop a single term from a synonym group is problematic because its require re-indexing the data. Remove the entire synonym group is easier and will probably be added in future versions.

github-actions[bot] commented 5 years ago

Stale issue message