left->buildQuery($context); $right = $this->right->buildQuery($context); return [ 'bool' => [ 'must' => [$left, $right] ] ]; } }