Drupal 7 Index pdf files in search

Does anyone know how to include PDF documents in drupal 7 search?

I can not find anything to achieve this.

+3
source share
3 answers

The Apache Solr Attachments module does this, but currently has a development version (unstable) for Drupal 7.

+4
source

Check out the search API and its sibling module Attachments API for Search . It uses Apache Tika to parse text from documents.

+4
source

All Articles