Lucene Zend, index .doc, .pdf, and various types of files

1.7k Views Asked by At

I would like to know if there is some way to index .doc, .pdf, .xls, .ppt, mp3, etc, files using lucene zend framework.

Thanks a lot, and regards

1

There are 1 best solutions below

2
On

For Readymade solution (good for do things quickly) see lucene-silverstripe-plugin.

For Crude approach (good if you like to learn the internals),

For PDF see http://www.kapustabrothers.com/2008/01/20/indexing-pdf-documents-with-zend_search_lucene/#.TxbJ5jzhdtM

On similar lines you can also index other files. For Ms-word (.doc file) see