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