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

Rob Allen's Blog: Zend Framework Tutorial for ZF v0.8

Rob Thompson's Blog: PHP and Solaris - getcwd() Behavior

IBM developerWorks: Hook into Wikipedia information using PHP and the MediaWiki API

Chris Jones' Blog: Zend Framework .htacess and Multiple Controllers

php|architect: Using the PEAR Installer (Parts 1 & 2)


Community Events











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


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

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