14 calls to apachesolr_get_indexer_table() in Apache Solr Search 7
- apachesolr_entity_update in ./
apachesolr.module - Implements hook_entity_update().
- apachesolr_index_nodeapi_mass_delete in ./
apachesolr.index.inc - Mass delete nodes from the solr indexer tables. TODO: This always assumes the default environment!
- apachesolr_index_nodeapi_mass_update in ./
apachesolr.index.inc - Mass Update nodes from the solr indexer table TODO: This always assumes the default environment!
- apachesolr_index_node_check_table in ./
apachesolr.index.inc - hook_cron() helper to try to make the index table consistent with their respective entity table.
- apachesolr_index_node_solr_reindex in ./
apachesolr.index.inc - Reindexing callback for ApacheSolr, for nodes.
- apachesolr_index_status in ./
apachesolr.index.inc - Returns the total number of documents that are able to be indexed and the number of documents left to be indexed.
- apachesolr_mark_entity in ./
apachesolr.module - Mark one entity as needing re-indexing.
- apachesolr_node_type_update in ./
apachesolr.module - Implements hook_node_type_update().
- apachesolr_remove_entity in ./
apachesolr.module - Remove a specific entity from a given Solr environment.
- apachesolr_taxonomy_term_update in ./
apachesolr.module - Implements hook_taxonomy_term_update().
- apachesolr_user_update in ./
apachesolr.module - Implements hook_user_update().
- DrupalSolrNodeTestCase::testApacheSolrNodeAddDelete in tests/
apachesolr_base.test - DrupalSolrNodeTestCase::testApacheSolrNodeReindex in tests/
apachesolr_base.test - _apachesolr_index_get_next_set_query in ./
apachesolr.index.inc - Internal function that identifies entities that are still due to be indexed.