Beispiel #1
0
 /**
  * Returns an array of all terms in this index.
  *
  * @return array
  */
 public function terms()
 {
     return $this->_index->terms();
 }