Briefing Zend Knowledge

Which of the following methods will you use to accomplish the task?

You want to get the information of total number of documents stored in the index. You also want to
include the deleted documents. Which of the following methods will you use to accomplish the
task?

A.
$search_index::count_document();

B.
$search_index::count();

C.
$search_index->count();

D.
$search_index->docCount();

Explanation: