Hi, I had a good experience with Xapian. Since it is not thread safe, I wrote a XML RPC server with Twisted Python that handle the search and return the results. The TurboGears application can call the XML RPC using the standard xmlrpclib.
I can post the code if interested. On Jan 24, 7:21 am, anders pearson <[EMAIL PROTECTED]> wrote: > On 2007-01-23 02:17:36 -0000, chiangf wrote: > > > My database right now is MySQL so I can't implement the Postgres > > tsearch2 either.If you can run Postgres on another machine, you could still > > make use of > Fozzy: > > http://microapps.sourceforge.net/fozzy/ > > Which is basically a simple REST wrapper on tsearch2. > > (One caveat is that I haven't gotten around to porting it to TG > 1.0. It shouldn't be hard to do, but it does need to be done if you > don't want to go through the trouble of getting TG 0.8.9 running). > > -- > anders pearson :http://www.columbia.edu/~anders/ > C C N M T L :http://www.ccnmtl.columbia.edu/ > weblog :http://thraxil.org/ > > application_pgp-signature_part > 1KDownload --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

