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: Zend Framework 1.0.0 RC3 Released

Padraic Brady's Blog: Zend Framework Caching (Parts 1, 2 & 2b)

Greg Beaver's Blog: Statistics are back up for pear.php.net

Padraic Brady's Blog: An Example Zend Framework Blog App - Part 2: The MVC Application Architecture

Chris Jones' Blog: PHP 5.3.8 RPMs are on oss.oracle.com


Community Events











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


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

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