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