kreeben / resin

Vector space index based search engine that's available as a HTTP service or as an embedded library.
MIT License
568 stars 40 forks source link

Implement "delete by term" #34

Open kreeben opened 7 years ago

kreeben commented 7 years ago

There is a delete by pk operation that might be interesting to have a look at. If one resolves a term into primary keys, one could reuse the existing delete operation.