Re:vist Indexing PDF Documents with Zend Search Lucene

June 16th, 2008

I have decided that I am going to revive the Indexing PDF Documents with Zend Search Lucene article and see what else I can come up with. Maybe there is a better way to do it and or I can create a little application from it. I am open for suggestions and or [...]


Part II - Indexing PDF Documents with Zend_Search_Lucene

January 26th, 2008

Part II
Now that we know how to index PDF documents we need to be about to search that index and return relevant results. When the results are returned we also want open the specified PDF to the correct page.
The Code
Fist like in the last example we have to tell the server what directory [...]


Indexing PDF’s - The Why?

January 26th, 2008

After I published my small article on “Indexing PDF Documents with Zend_Search_Lucene” I was surprised to find it on the Zend Developer Zone blog. I had no idea that this would get the attention that it did and I thank everyone for checking it out. So now that you know how you would [...]


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 [...]