Jobeet's updateLuceneIndex() method is pretty darn broken. Please see:
http://trac.symfony-project.org/ticket/6412 I used that method as my starting point for the pkZend class in pkToolkitPlugin, and I'm sure others are using it as a model too, so getting this right should be a priority. Fixes are included in my ticket. Less drastic, but still bad news: Jobeet ignores the ranking of results provided by Lucene and displays them in an essentially random order... http://trac.symfony-project.org/ticket/5859 I opened that one a while ago. Admittedly it's more work to fix that one, but ignoring the ranking of results is a bad thing. I've been using the field() solution in pkZend. I don't know whether any non-MySQL database engines support field() and/or equivalent techniques, but something is needed. The ticket does propose alternate solutions that don't require field() but have more overhead. -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
