Archive for January 20th, 2008

Indexing PDF Documents with Zend_Search_Lucene

January 20th, 2008

Part I
I along with many others have been trying and asking how to index and search PDF files. Once Zend released its Framework, which is a port of Java Lucene to PHP, I decided to jump on board and find a way to index and search PDF files. So… Lets get started.
The Setup…
We [...]