Ejemplo n.º 1
0
 /**
  *
  */
 protected function load_dictionary()
 {
     if (!$this->dictionary || !$this->dictionary->is_full_copy()) {
         $this->dictionary = nc_search_provider_index_dictionary::get_instance(true);
     }
 }