You are here

constant SOLR_ATTACHMENT_NS in Apache Solr Attachments 5

@file Provides a file attachment search implementation for use with the Apache Solr module

2 uses of SOLR_ATTACHMENT_NS
apachesolr_attachments_search in ./apachesolr_attachments.module
Implementation of hook_search().
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.

File

./apachesolr_attachments.module, line 8
Provides a file attachment search implementation for use with the Apache Solr module

Code

define('SOLR_ATTACHMENT_NS', 'apachesolr_attachment');