You are here

Functions in Apache Solr Attachments 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
apachesolr_attachments_add_file_usage ./apachesolr_attachments.index.inc Records that a parent entity is using a file. 2
apachesolr_attachments_admin_page ./apachesolr_attachments.admin.inc Menu callback: Apache Solr Attachments settings tab. 1
apachesolr_attachments_allowed_mime ./apachesolr_attachments.index.inc Checks if a file is of a MIME type that is to be excluded from the index. 1
apachesolr_attachments_apachesolr_entity_info_alter ./apachesolr_attachments.module @file Indexer for the userhook_apachesolr_entity_info_alter entities for the Apachesolr module.
apachesolr_attachments_apachesolr_file_exclude ./apachesolr_attachments.module Implenents hook_apachesolr_ENTITY_TYPE_exclude().
apachesolr_attachments_apachesolr_query_alter ./apachesolr_attachments.module Implements hook_apachesolr_query_alter().
apachesolr_attachments_clean_index_table ./apachesolr_attachments.index.inc 2
apachesolr_attachments_confirm ./apachesolr_attachments.admin.inc Index confirmation form 1
apachesolr_attachments_confirm_submit ./apachesolr_attachments.admin.inc Form submit handler for the index confirmation form
apachesolr_attachments_default_excluded ./apachesolr_attachments.module Provides a default list of filename extensions to exclude from the index. 3
apachesolr_attachments_delete_file_usage ./apachesolr_attachments.index.inc Removes a record to indicate that an entity is no longer using a file. 1
apachesolr_attachments_delete_index ./apachesolr_attachments.admin.inc 1
apachesolr_attachments_enable ./apachesolr_attachments.install Implements hook_enable().
apachesolr_attachments_entity_delete ./apachesolr_attachments.module
apachesolr_attachments_entity_insert ./apachesolr_attachments.module
apachesolr_attachments_entity_update ./apachesolr_attachments.module 1
apachesolr_attachments_extract_using_solr ./apachesolr_attachments.index.inc For a file path, try to extract text using Solr 1.4+. 1
apachesolr_attachments_extract_using_tika ./apachesolr_attachments.index.inc For a file path, try to extract text using a local tika jar. 1
apachesolr_attachments_field_attach_delete ./apachesolr_attachments.module
apachesolr_attachments_field_attach_insert ./apachesolr_attachments.module Hook into the field operations
apachesolr_attachments_field_attach_update ./apachesolr_attachments.module 1
apachesolr_attachments_file_result ./apachesolr_attachments.module Callback function for file search results. 1
apachesolr_attachments_get_attachment_text ./apachesolr_attachments.index.inc Parse the attachment getting just the raw text. 2
apachesolr_attachments_index_action_form ./apachesolr_attachments.admin.inc Form builder for the Apachesolr Attachments actions form. 1
apachesolr_attachments_index_action_form_delete_submit ./apachesolr_attachments.admin.inc Submit handler for the Indexer actions form, delete button. 1
apachesolr_attachments_index_action_form_extraction_submit ./apachesolr_attachments.admin.inc Submit handler for the Indexer actions form, test button. 1
apachesolr_attachments_index_action_form_reset_submit ./apachesolr_attachments.admin.inc Submit handler for the Indexer actions form, reset button. 1
apachesolr_attachments_is_file ./apachesolr_attachments.module 2
apachesolr_attachments_is_parent_excluded ./apachesolr_attachments.module Excludes a file if the parent_entity is set to status 0 or it is not being indexed 1
apachesolr_attachments_menu ./apachesolr_attachments.module Implements hook_menu().
apachesolr_attachments_remove_attachments_from_index ./apachesolr_attachments.module For a particular entity, remove all file attachments from the Solr index. This function is not in use in the module but can come in handy for people that prefer to use functions
apachesolr_attachments_requirements ./apachesolr_attachments.install Implements hook_requirements().
apachesolr_attachments_schema ./apachesolr_attachments.install Implements hook_schema().
apachesolr_attachments_settings ./apachesolr_attachments.admin.inc Displays the Attachment Settings Form. 1
apachesolr_attachments_settings_submit ./apachesolr_attachments.admin.inc Form submit handler for the settings Form 1
apachesolr_attachments_settings_validate ./apachesolr_attachments.admin.inc Form validation for the Apache Solr Attachments settings form. 1
apachesolr_attachments_solr_document ./apachesolr_attachments.module Builds the file-specific information for a Solr document. 1
apachesolr_attachments_solr_reindex ./apachesolr_attachments.module Reindexing callback for ApacheSolr, for file entities. 3 1
apachesolr_attachments_status_callback ./apachesolr_attachments.module Status callback for the files. Files should never be removed from the table. See apachesolr_attachments_apachesolr_exclude() for exclusion of items 1
apachesolr_attachments_test_tika_extraction ./apachesolr_attachments.admin.inc Function to test if our extracting with tika succeeds 1
apachesolr_attachments_theme ./apachesolr_attachments.module Implements hook_theme().
apachesolr_attachments_uninstall ./apachesolr_attachments.install Implements hook_uninstall().
apachesolr_attachments_update_7000 ./apachesolr_attachments.install Rename variables.
apachesolr_attachments_update_7001 ./apachesolr_attachments.install Enable apachesolr_attachments.
apachesolr_attachments_update_7002 ./apachesolr_attachments.install Change DB index to allow files attached to multiple nodes.
apachesolr_attachments_update_7003 ./apachesolr_attachments.install Change DB tables to support multiple entity indexing.
theme_apachesolr_search_snippets__file ./apachesolr_attachments.module @todo Vastly improve this theming function
_apachesolr_attachments_get_all_files ./apachesolr_attachments.module Fetches all files linked to nodes created by fields from the file module regardless of the widget 1

Other projects