[Zope-Checkins]
SVN: Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/PluggableIndex.py
added indexSize()
Andreas Jung
andreas at andreas-jung.com
Mon Jan 31 13:43:28 EST 2005
Log message for revision 28996:
added indexSize()
Changed:
U Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/PluggableIndex.py
-=-
Modified: Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/PluggableIndex.py
===================================================================
--- Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/PluggableIndex.py 2005-01-31 18:38:33 UTC (rev 28995)
+++ Zope/branches/ajung-indexes-desuxing-branch/lib/python/Products/PluginIndexes/common/PluggableIndex.py 2005-01-31 18:43:28 UTC (rev 28996)
@@ -67,6 +67,9 @@
def numObjects():
"""Return the number of indexed objects"""
+
+ def indexSize():
+ """Return the size of the index in terms of distinct values"""
def clear():
"""Empty the index"""
More information about the Zope-Checkins
mailing list