root = $root; } public function getTermNodes() { return $this->root->getTermNodes(); } public function build(QueryContext $context) { return $this->root->buildQuery($context); } public function dump() { return $this->root->__toString(); } }