See More

filter->key(); } /** * @return array> */ public function toArray(): array { return [ 'constant_score' => [ 'filter' => $this->filter->toArray(), 'boost' => $this->boost, ], ]; } }