In the previous article Zend Lucene Search - part4 - Search Results Highlighting i talked about highlighting the keywords in search results.
In this article i will be writing about highlighting the keywords in search results and formating the output display format much similar to most search engines result page using the zend lucene search.

<?phprequire_once ‘Zend/Search/Lucene.php’;

$queryStr= […]