Ejemplo n.º 1
0
 /**
  * Transform entry to a subquery
  *
  * @param string $encoding
  * @return \ZendSearch\Lucene\Search\Query\AbstractQuery
  */
 public function getQuery($encoding)
 {
     $this->_query->setBoost($this->_boost);
     return $this->_query;
 }