You are here

8 calls to apachesolr_entity_get_callback() in Apache Solr Search 7

apachesolr_convert_entity_to_documents in ./apachesolr.index.inc
The given entity is converted to an array via the callback specified in the entity type's info array. The array that the entity is converted to is the model of the document sent to the Apache Solr server for indexing. This function allows…
apachesolr_entity_update in ./apachesolr.module
Implements hook_entity_update().
apachesolr_index_config_form_submit in ./apachesolr.admin.inc
Submit handler for the bundle configuration form.
apachesolr_index_delete_index in ./apachesolr.index.inc
Delete the whole index for an environment.
apachesolr_index_get_entities_to_index in ./apachesolr.index.inc
Returns an array of rows from a query based on an indexing environment. @todo Remove the read only because it is not environment specific
apachesolr_index_mark_for_reindex in ./apachesolr.index.inc
Mark a certain entity type for a specific environment for reindexing.
apachesolr_node_type_delete in ./apachesolr.module
Implements hook_node_type_delete().
apachesolr_search_process_response in ./apachesolr_search.module