Hi gang, I just want to say that I have a working implementation of PyLucene that works with TG and CherryPy. I am using it on my own blog, but other than that is not widely tested yet. It also currently only supportes English stemming, etc.
I am planning on releasing it soon as TurboLucene, just as soon as I extract it from my project and generalize it. Basically, the way it sorts out the whole threading issue (without monkey-patching CherryPy) is to create a separate indexer thread and search-thread-factory thread at initialization time and then just send them messages telling them what you want. It actually works quite well and is wrapped up in a simple and clean interface. Anyway, I expect to release it in the next couple weeks, but if anyone wants to see the code sooner, feel free to e-mail me. Hope this helps, Krys On Jan 23, 4:32 pm, "Lee McFadden" <[EMAIL PROTECTED]> wrote: > The only full text search I have implemented has been using SQLAlchemy > and MySQL. Yes, it ties you to a particular RBDMS, but for this > project in particular it wasn't an issue. > > So far it's worked out nicely and without all the bother of using > PyLucene (which was my first choice) which I tried to get working with > TG a long while ago and failed due to the aforementioned threading > issues. > > Lee > > -- > Lee McFadden > > blog:http://www.splee.co.uk > work:http://fireflisystems.com > skype: fireflisystems --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

