apachesolr_attachments_add_documents |
./apachesolr_attachments.admin.inc |
Callback for apachesolr_index_nodes(). |
|
1 |
apachesolr_attachments_admin_page |
./apachesolr_attachments.admin.inc |
|
|
1 |
apachesolr_attachments_allowed_mime |
./apachesolr_attachments.admin.inc |
|
1 |
|
apachesolr_attachments_apachesolr_modify_query |
./apachesolr_attachments.module |
Implementation of hook_apachesolr_modify_query(). |
|
|
apachesolr_attachments_apachesolr_process_results |
./apachesolr_attachments.module |
Implementation of hook_apachesolr_process_results(). |
|
|
apachesolr_attachments_apachesolr_types_exclude |
./apachesolr_attachments.module |
Implementation of hook_apachesolr_types_exclude(). |
|
|
apachesolr_attachments_confirm |
./apachesolr_attachments.admin.inc |
|
|
1 |
apachesolr_attachments_confirm_submit |
./apachesolr_attachments.admin.inc |
|
|
|
apachesolr_attachments_cron |
./apachesolr_attachments.module |
Implementation of hook_cron(). |
|
|
apachesolr_attachments_default_excluded |
./apachesolr_attachments.admin.inc |
|
2 |
|
apachesolr_attachments_delete_cache_submit |
./apachesolr_attachments.admin.inc |
|
|
1 |
apachesolr_attachments_delete_index |
./apachesolr_attachments.admin.inc |
|
1 |
|
apachesolr_attachments_delete_index_form |
./apachesolr_attachments.admin.inc |
Create a form for deleting the contents of the Solr index. |
|
1 |
apachesolr_attachments_delete_index_submit |
./apachesolr_attachments.admin.inc |
|
|
1 |
apachesolr_attachments_extract_using_solr |
./apachesolr_attachments.admin.inc |
For a file path, try to extract text using Solr 1.4. |
1 |
|
apachesolr_attachments_extract_using_tika |
./apachesolr_attachments.admin.inc |
For a file path, try to extract text using a local tika jar. |
1 |
|
apachesolr_attachments_get_attachment_text |
./apachesolr_attachments.admin.inc |
Parse the attachment getting just the raw text. |
1 |
|
apachesolr_attachments_get_cck_file_fields |
./apachesolr_attachments.admin.inc |
Return all CCK fields that are of type 'file' |
1 |
|
apachesolr_attachments_get_indexable_files |
./apachesolr_attachments.admin.inc |
Return all non-excluded file attachments for a particular node |
1 |
|
apachesolr_attachments_help |
./apachesolr_attachments.module |
Implementation of hook_help(). |
|
|
apachesolr_attachments_install |
./apachesolr_attachments.install |
Implementation of hook_install(). |
|
|
apachesolr_attachments_menu |
./apachesolr_attachments.module |
Implementation of hook_menu(). |
|
|
apachesolr_attachments_nodeapi |
./apachesolr_attachments.module |
Implementation of hook_nodeapi(). |
|
|
apachesolr_attachments_reindex_submit |
./apachesolr_attachments.admin.inc |
Submit function for the "Re-index all content" button |
|
1 |
apachesolr_attachments_remove_attachments_from_index |
./apachesolr_attachments.module |
For a particular node id, remove all file attachments from the solr index. |
1 |
|
apachesolr_attachments_requirements |
./apachesolr_attachments.install |
hook_requirements(). |
|
|
apachesolr_attachments_schema |
./apachesolr_attachments.install |
Implementation of hook_schema(). |
|
|
apachesolr_attachments_search |
./apachesolr_attachments.module |
Implementation of hook_search(). |
1 |
|
apachesolr_attachments_settings |
./apachesolr_attachments.admin.inc |
Displays the Attachment Settings Form. |
|
1 |
apachesolr_attachments_settings_submit |
./apachesolr_attachments.admin.inc |
|
|
1 |
apachesolr_attachments_settings_validate |
./apachesolr_attachments.admin.inc |
|
|
1 |
apachesolr_attachments_uninstall |
./apachesolr_attachments.install |
Implementation of hook_uninstall(). |
|
|
apachesolr_attachments_update_6000 |
./apachesolr_attachments.install |
Add sha1 and body fields to {apachesolr_attachments_files}. |
|
|
apachesolr_attachments_update_6001 |
./apachesolr_attachments.install |
Force reindex for entity field. |
|
|
apachesolr_attachments_update_6002 |
./apachesolr_attachments.install |
Update body field to not null = FALSE |
|
|
apachesolr_attachments_update_index |
./apachesolr_attachments.module |
Hook is called by search.module to add things to the search index.
In our case we will search content types and add any CCK type that
is a file type that we know how to parse and any uploaded file
attachments. |
|
|