close method

void close()

Close the index

Implementation

void close() {
  _factory._freeAnnoyIndex(_ptr);
}