コード例 #1
0
ファイル: Lucene.php プロジェクト: alefernie/intranet
 /**
  * Scans terms dictionary and returns next term
  *
  * @return Zend_Search_Lucene_Index_Term|null
  */
 public function nextTerm()
 {
     return $this->_termsStream->nextTerm();
 }