/**
  * Commits the specified index to the Solr service
  * 
  * @param SolrIndex $index Index object
  * @return bool Flag indicating success
  */
 protected function commitIndex($index)
 {
     return $index->commit() !== false;
 }