void close()

Garbage collect the instance when you are done with it

Source

void close() {
  _indexData = null;
  _data = null;
  _totalVersesAcc = null;
  _totalChapterCharsAcc = null;
  _totalVerseCharsAcc = null;
}