You are here

6 calls to apachesolr_date_iso() in Apache Solr Search 6.2

apachesolr_commentsearch_node_to_comments in contrib/apachesolr_commentsearch/apachesolr_commentsearch.module
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_date_search_date_range in contrib/apachesolr_date/apachesolr_date.module
When faceting and filtering we need to infer ranges of dates. This function looks at a query and a facet field and returns a date range for use in querying.
apachesolr_node_to_document in ./apachesolr.index.inc
Given a node, return a document representing that node.
apachesolr_search_date_range in ./apachesolr_search.module