Closed jesben closed 2 years ago
Proper way to destroy or clear an index in version 0.7.21?
create index: let index = new Index(); destroy index: index = null
let index = new Index();
index = null
Proper way to destroy or clear an index in version 0.7.21?