--TEST-- SolrDocument::getField --FILE-- check = 1; var_dump($doc->getField('check') instanceof SolrDocumentField); ?> --EXPECT-- bool(true)