You are here

README.txt in Search File Attachments 8

Same filename and directory in other branches
  1. 7 README.txt
Search File Attachments

This modules allows the indexing and searching of file attachments. It will
extract the content of attached files using the Apache Tika library and
index it. Search File Attachments will index many file formats, including
MS Office documents, PDFs, EPUB, JPEG metadata, ...

More information about the Apache Tika library:
http://tika.apache.org/download.html

REQUIREMENTS
============
Requires the ability to run java on your server (for the Apache Tika library)
and an installation of the Apache Tika library.

In your PHP settings (php.ini) the Safe Mode must be disabled and the exec()
function should not be disabled.

INSTALLATION
============
1. Install java on your machine, if not yet done.
2. Download the Apache Tika library: http://tika.apache.org/download.html
     > wget http://www.apache.org/dyn/closer.cgi/tika/tika-app-1.1.jar
3. Copy the search_file_attachments module direcotry into your modules folder.
4. Install the search_file_attachments module on your Drupal site.
5. Go to the configuration page: admin/config/search/file_attachments
   5.1. Set the full path to the tika-app-x.x.jar file from step 2.
        e.g. /var/apache-tika/
   5.2. Enter the name of the jar file: e.g. tika-app-1.xx.jar
6. Go to the search configuration page: /admin/config/search/pages
   and add a new search page for "Files".

MAINTAINER
==========
- cbeier (Christian Beier)

File

README.txt
View source
  1. Search File Attachments
  2. This modules allows the indexing and searching of file attachments. It will
  3. extract the content of attached files using the Apache Tika library and
  4. index it. Search File Attachments will index many file formats, including
  5. MS Office documents, PDFs, EPUB, JPEG metadata, ...
  6. More information about the Apache Tika library:
  7. http://tika.apache.org/download.html
  8. REQUIREMENTS
  9. ============
  10. Requires the ability to run java on your server (for the Apache Tika library)
  11. and an installation of the Apache Tika library.
  12. In your PHP settings (php.ini) the Safe Mode must be disabled and the exec()
  13. function should not be disabled.
  14. INSTALLATION
  15. ============
  16. 1. Install java on your machine, if not yet done.
  17. 2. Download the Apache Tika library: http://tika.apache.org/download.html
  18. > wget http://www.apache.org/dyn/closer.cgi/tika/tika-app-1.1.jar
  19. 3. Copy the search_file_attachments module direcotry into your modules folder.
  20. 4. Install the search_file_attachments module on your Drupal site.
  21. 5. Go to the configuration page: admin/config/search/file_attachments
  22. 5.1. Set the full path to the tika-app-x.x.jar file from step 2.
  23. e.g. /var/apache-tika/
  24. 5.2. Enter the name of the jar file: e.g. tika-app-1.xx.jar
  25. 6. Go to the search configuration page: /admin/config/search/pages
  26. and add a new search page for "Files".
  27. MAINTAINER
  28. ==========
  29. - cbeier (Christian Beier)