Open htkm opened 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!
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.
Stale issue message
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!