boost = $boost; return $this; } public function __construct( protected array $fields, protected string $value ) { } public function toArray(): array { return [ 'simple_query_string' => [ 'query' => $this->value, 'fields' => $this->fields, 'boost' => $this->boost ] ]; } }