/**
  * @return array
  */
 public function getContentRaw()
 {
     return KoSolr_Utils::convert_array_to_solr_query($this->getDataArray());
 }