コード例 #1
0
ファイル: FullTextRank.php プロジェクト: justthefish/hesper
 public function toDialectString(Dialect $dialect)
 {
     return $dialect->fullTextRank($this->field, $this->words, $this->logic);
 }