示例#1
0
 public function search(SphinxQL $query)
 {
     $query->from($this->getId());
     return $this->getClient()->query($query);
 }