It would be helpful if you could upload this as a patch to the Webware
SourceForge pages. Someday I (or someone else) will get a chance to review
all of the outstanding patches and bug reports there and apply them.
- Geoff
Christoph Zwerschke wrote:
> Here is a suggestion for improvement of the
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
Patches item #891917, was opened at 2004-02-06 17:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=891917&group_id=4866
Category: WebKit
Group: None
Status: Open
Resolution: No
> * 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