Using Zend_Lucene Inside of symfony
Spindrop has just posted a new tutorial on how to use the new sfZendPlugin to bring the power of Zend_Lucene into your symfony project.
The author (DaveDash?) lays out a good tutorial on how to get everything installed and up and running. It’s not a terribly long tutorial which is a tribute to the stability of both frameworks.
In this tutorial we’re going to delve into the Lucene index. Zend Search Lucene relies on building a Lucene index. This is a directory that contains files that can be indexed and queried by Lucene or other ports. In our example we’ll be creating a search for user profiles.
The rest is mainly code on how to integrate these two frameworks. it’s a great tutorial for anyone using symfony.

Comments