nextapps-de / flexsearch

Next-Generation full text search library for Browser and Node.js
Apache License 2.0
12.54k stars 492 forks source link

How to destroy or clear index in version 0.7.21 #279

Closed jesben closed 2 years ago

jesben commented 3 years ago

Proper way to destroy or clear an index in version 0.7.21?

ts-thomas commented 2 years ago

create index: let index = new Index(); destroy index: index = null