[Zope] patch: "FullTextIndex" fix for ZCatalog weirdness
Michel Pelletier
michel@digicool.com
Tue, 21 Sep 1999 10:03:25 -0400
> -----Original Message-----
> From: Michael Halle [mailto:halazar@media.mit.edu]
> Sent: Tuesday, September 21, 1999 2:16 AM
> To: zope@zope.org
> Subject: [Zope] patch: "FullTextIndex" fix for ZCatalog weirdness
>
> Using "FullTextIndex", the stop word dictionary is set to {}, forcing
> a full text catalog to be built. While noise words will
> cause inflated
> indices and spurious searches, at least the results are intuitive.
>
> Remember kids, this isn't an official patch!
I suppose the 'official' solution is the next Zope release, which has a
much improved Catalog, including Vocabulary objects so you can specify
your stopwords without hacking the source. If you're curious about it,
track the CVS.
-Michel