setBody( json_encode( (object)array( 'from' => 0, 'size' => 2, 'query' => (object)array( 'bool' => (object)array( 'should' => array( (object)array( 'query_string' => (object)array( 'query' => 'test' ), ), (object)array( 'has_child' => (object)array( 'type' => 'file', 'query' => (object)array( 'query_string' => (object)array( 'query' => 'test' ) ) ) ) ) ), ) ) ) ); $res = $r->send(); echo $res->getBody() . "\n"; ?>