suggestStatement() 공개 메소드

Execute a map statement on index;.
public suggestStatement ( array $suggestions ) : array
$suggestions array
리턴 array
예제 #1
0
 /**
  * Execute the suggest query against elastic and return the raw result if model not set.
  *
  * @return array
  */
 public function get()
 {
     return $this->connection->suggestStatement(['index' => $this->getIndex(), 'body' => $this->toDSL()]);
 }