public function isDocumentIndexed($document_id)
 {
     return $this->lucene->documentExists($document_id);
 }