News Feed
Jobs Feed
Sections




News Archive
Spindrop.us:
Creating, Updating, Deleting documents in a Lucene Index with symfony
April 24, 2007 @ 15:28:00

In yet another follow-up in their series on using the Lucene search functionality the Zend Framework offers inside of Symfony.

Previously we covered an all-at-once approach to indexing objects in your symfony app. But for some reason, people find the need to allow users to sign up, or change their email addresses and then all of a sudden our wonderful Lucene index is out of date.

Here lies the strength of using Zend Search Lucene in your app, you can now get the flexibility of interacting with a Lucene index, no matter how it was created and add, update and delete documents to it.

Instead of going the "clunky" route of having a cron job update the search information nightly, they opt for a method that updates the database whenever new content is added/updated/deleted. They change up the class they generated before and add methods to reindex whenever each method is run.

2 comments voice your opinion now!
create update delete document zendframework symfonyframework search create update delete document zendframework symfonyframework search


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Chaining language with default route

Till Klampaeckel's Blog: Iterating over a table (with Zend_Db_Table and Zend_Paginator)

Chris Hartjes' Blog: Tutorial: How to create a thread in vBulletin with a script

Zend Developer Zone: Zend_Controller_Action, Now With Parameters!

Zend Developer Zone: Managing CSS and JavaScript files within a Zend Framework App


Community Events









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


api object zendframework2 testing code interview functional introduction database release language opinion development community example framework unittest phpunit composer event

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