Example #1
0
 /**
  * Retrieves a document specified by the ID.
  *
  * @param   string  $ids        An array of documents to retrieve from Solr
  * @access  public
  * @throws  object              PEAR Error
  * @return  string              The requested resource
  */
 function getRecords($ids)
 {
     return $this->indexEngine->getRecords($ids);
 }