documentCount property

int get documentCount

Implementation

int get documentCount {
  if (_session == null) return 0;
  return getStatistics().indexedChunks.toInt();
}