Bryan Tong Minh wrote:
On Wed, Apr 23, 2008 at 11:06 PM, Robert Stojnic rainmansr@gmail.com wrote:
What remains unsolved, however, is keeping the index updated with the latest changes on the site. If one changes a template with a category in it, the thing goes on the job queue. I assume there would need to be some kind of hook that will either log the change somewhere or send data to lucene somehow. This is the part of the backend that needs thinking and solving.
LinksUpdateComplete hook?
Something like that, yes, but hook probably couldn't just connect to the lucene indexer and queue updates, since the indexer might be down for this or that reason... It might be a better solution to put updates into some table with date attached and then let the indexer fetch updates.
r.