Exemple #1
0
 public function buildSearchIndex($commit = true, $create_docs = true)
 {
     if ($create_docs) {
         $this->storeDoc();
     }
     $solr = new Dase_Solr($this->db, $this->config);
     Dase_Log::debug(LOG_FILE, "built indexes for " . $this->serial_number);
     return $solr->buildItemIndex($this, $commit);
 }