Re: [Webware-devel] Integrating Lupy into Webware

2004-02-06 Thread Christoph Zwerschke
> * Has anybody attempted (and succeeded) in integrating other full-text indexing > packages into Webware? I am using PostgreSQL as my database backend for Webware (using the PygreSQL interface) which turned out to be a real good combination. There are a couple of full-text indexers for PostgreSQ

[Webware-devel] Integrating Lupy into Webware

2004-02-06 Thread Martin Virtel
I'm running a 200.000-document-Search Engine (plus Spider) on Webware. All the documents are MiddleKit objects, the backend is MySQL, and I think the full-text index that MySQL 4.0 supplies is not good enough. So I am taking on using Lupy, a Python port of Jakarta Lucene, a full-text index package