You are here

12 calls to apachesolr_index_key() in Apache Solr Search 6.2

apachesolr_cck_integer_indexing_callback in ./apachesolr.index.inc
apachesolr_cck_nodereference_indexing_callback in ./apachesolr.index.inc
apachesolr_cck_text_indexing_callback in ./apachesolr.index.inc
apachesolr_cck_userreference_indexing_callback in ./apachesolr.index.inc
apachesolr_date_apachesolr_facets in contrib/apachesolr_date/apachesolr_date.module
Implementation of hook_apachesolr_facets(). Only handles end date facets. Start date facet definitions are handled later.
apachesolr_date_block in contrib/apachesolr_date/apachesolr_date.module
Implementation of hook_block().
apachesolr_date_datestamp_field_indexing_callback in contrib/apachesolr_date/apachesolr_date.module
This function is used during indexing to normalize the DATESTAMP fields into the appropriate format for Apache Solr.
apachesolr_date_date_field_indexing_callback in contrib/apachesolr_date/apachesolr_date.module
This function is used during indexing to normalize the DATE and DATETIME fields into the appropriate format for Apache Solr.
apachesolr_search_apachesolr_facets in ./apachesolr_search.module
Implementation of hook_apachesolr_facets().
apachesolr_search_block in ./apachesolr_search.module
Implementation of hook_block().
apachesolr_search_update_6001 in ./apachesolr_search.install
Update to block deltas.
apachesolr_text_cck_text_indexing_callback in contrib/apachesolr_text/apachesolr_text.module
A replacement indexing callback for optionwidget text fields for when content_permissions are in use. Splits the indexing of these fields into a dynamic string field and a dynamic text field. This allows for both searching and faceting on the field.