Esempio n. 1
0
 /**
  * Set the query min score value.
  *
  * @param $score
  *
  * @return $this
  */
 public function minScore($score)
 {
     $this->query->setMinScore($score);
     return $this;
 }