Exemple #1
0
 /**
  * Skip terms stream up to the specified term preffix.
  *
  * Prefix contains fully specified field info and portion of searched term
  *
  * @param Zend_Search_Lucene_Index_Term $prefix
  */
 public function skipTo(Zend_Search_Lucene_Index_Term $prefix)
 {
     $this->_termsStream->skipTo($prefix);
 }