See More

*/ public function toArray(): array { if ($this->boost !== 1.0) { return [ 'match_all' => [ 'boost' => $this->boost, ], ]; } return [ 'match_all' => new \stdClass(), ]; } }