You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you ;)
For the deletion, you only have to remove the object from the db and it will disappear from the index as well. I did not exposed the method to delete from the index.
If you do not want to add an item to the index, you can do so though
There is a use case where for security reasons you would want to delete the searchable index, but not remove data from the database. You may want to consider exposing a method to remove all indexed items.
I can only see the insert and update, is it possible to add the delete as well ?
Thanks for your hard work
The text was updated successfully, but these errors were encountered: