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
📦 NEW: Add indexBuilder.delete( indexName ) support
IMHO, it feels funny to call `indexBuilder.new()` just to delete an index. Even the `new()` method is documented with a "Create a new index" hint - it's not just a weirdly-named init message.
TLDR: Adds support for an indexName argument so we can delete indices from the indexBuilder.
0 commit comments