You are here

function apachesolr_update_index in Apache Solr Search 5

Implementation of hook_update_index().

File

./apachesolr_search.module, line 12
Provides a content search implementation for node content for use with the Apache Solr search application.

Code

function apachesolr_update_index() {
  ApacheSolrUpdate::update_index('apachesolr');
}