Zend
ZF-100-500 · Question #174
You want to get the information of total number of documen ts stored in the index. You also want Zend ZF-100-500 Exam to include the deleted documents. Which of the following methods will you use to…
The correct answer is C. $search_index->count(). See the full explanation below for the reasoning.
Question
You want to get the information of total number of documen ts stored in the index. You also want Zend ZF-100-500 Exam to include the deleted documents. Which of the following methods will you use to accomplish the task?
Options
- A$search_index::count_document();
- B$search_index::count();
- C$search_index->count();
- D$search_index->docCount();
How the community answered
(45 responses)- A9% (4)
- B2% (1)
- C84% (38)
- D4% (2)
Community Discussion
No community discussion yet for this question.