function apachesolr_search_search_status in Apache Solr Search 8
Same name and namespace in other branches
- 7 apachesolr_search.module \apachesolr_search_search_status()
Implements hook_search_status().
File
- ./
apachesolr_search.module, line 741 - Provides a content search implementation for node content for use with the Apache Solr search application.
Code
function apachesolr_search_search_status() {
module_load_include('inc', 'apachesolr', 'apachesolr.index');
$env_id = apachesolr_default_environment();
return apachesolr_index_status($env_id);
}