Exemple #1
0
 /**
  * Scans terms dictionary and returns next term
  *
  * @return Zend_Search_Lucene_Index_Term|null
  */
 public function nextTerm()
 {
     return $this->_termsStream->nextTerm();
 }