apachesolr_attachments_apachesolr_process_results |
./apachesolr_attachments.module |
Implementation of hook_apachesolr_process_results(). |
|
|
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_search |
./apachesolr_attachments.module |
Implementation of hook_search(). |
|
|
apachesolr_attachments_settings |
./apachesolr_attachments.module |
Displays the Attachment Settings Form. |
|
1 |
apachesolr_attachments_uninstall |
./apachesolr_attachments.install |
|
|
|
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. |
|
|
_asa_get_attachment_text |
./apachesolr_attachments.module |
Parse the Attachment getting just the raw text, stripping any garbage characters that
could screw up the XML Doc processing. |
1 |
|
_asa_get_cck_file_fields |
./apachesolr_attachments.module |
Return all CCK fields that are of type 'file' |
1 |
|
_asa_get_file_helper_command |
./apachesolr_attachments.module |
Get the command to parse text out of a particular mime type. |
1 |
|
_asa_get_file_url |
./apachesolr_attachments.module |
For a provided fid, get the file path. |
|
|
_asa_get_indexable_files |
./apachesolr_attachments.module |
Return all file attachments for a particular node |
1 |
|
_asa_get_solr_instance |
./apachesolr_attachments.module |
Get a reference to the Solr service. |
1 |
|
_asa_remove_attachments_from_index |
./apachesolr_attachments.module |
For a particular node id, remove all file attachments from the solr index. |
2 |
|
_as_configure_taxonomy |
./apachesolr_attachments.module |
Add taxonomy from the node to the solr document for the attachment. |
1 |
|
_as_index_documents |
./apachesolr_attachments.module |
Take the full list of Docs to submit to Solr and add them in batches. |
1 |
|
_get_solr_instance |
./apachesolr_attachments.module |
Get a reference to the Solr service. This consolidates cal to varaible_get, etc. |
2 |
|