constant SOLR_ATTACHMENT_WD in Apache Solr Attachments 5
4 uses of SOLR_ATTACHMENT_WD
- apachesolr_attachments_update_index in ./
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_solr_instance in ./
apachesolr_attachments.module - Get a reference to the Solr service.
- _asa_remove_attachments_from_index in ./
apachesolr_attachments.module - For a particular node id, remove all file attachments from the solr index.
- _as_index_documents in ./
apachesolr_attachments.module - Take the full list of Docs to submit to Solr and add them in batches.
File
- ./
apachesolr_attachments.module, line 9 - Provides a file attachment search implementation for use with the Apache Solr module
Code
define('SOLR_ATTACHMENT_WD', 'Solr Attachments');