[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - TextIndex.py:1.28
Andreas Jung
andreas@digicool.com
Wed, 24 Apr 2002 11:42:47 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv6801/TextIndex
Modified Files:
TextIndex.py
Log Message:
Interface cleanup:
Pluggable indexes no longer subclass PluggableIndex.PluggableIndex.
Instead PluggableIndex.py only contains the interface description.
=== Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py 1.27 => 1.28 ===
AndNot: AndNot, And: And, Or: Or, Near: Near}
-class TextIndex(PluggableIndex.PluggableIndex, Persistent,
- Implicit, SimpleItem):
+class TextIndex(Persistent, Implicit, SimpleItem):
"""Full-text index.
There is a ZCatalog UML model that sheds some light on what is