News Feed
Jobs Feed
Sections




News Archive
Maarten Balliauw's Blog:
Indexing Word 2007 (docx) files with Zend_Search_Lucene
February 05, 2008 @ 10:24:00

Maarten Balliauw has written about a method he's developed to convince the Zend_Search_Lucene component of the Zend Framework to index the contents of a Word 2007 document.

Lucene basically is an indexing and search technology, providing an easy-to-use API to create any type of application that has to do with indexing and searching. If you provide the right methods to extract data from any type of document, Lucene can index it. [...] Sounds like a challenge!

He works through the three step process to getting the searching working, the key being his readDocXContents() function that goes through the Word file and returns all the text it can find. This is passed back out so the Zend Framework component can pull the data in and search (their example is on the string "Code Access Security").

You can grab the the full code here.

0 comments voice your opinion now!
zendframework zendsearchlucene word document download


blog comments powered by Disqus

Similar Posts

Community News: TorrentVolve (PHP-driven Web-based BitTorrent)

Jim Plush's Blog: Why I chose Zend Framework for Enterprise

Jani Hartikainen's Blog: How to make a file downloadable through your script

Community News: OgoProject Wants to Clean Up PHP

NorthClick Blog: Zend_Search (Java Lucene)


Community Events











Don't see your event here?
Let us know!


application framework unittest code phpunit zendframework2 community series introduction opinion interview tool development language example testing podcast release functional object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework