Commit e11d60cb authored by Andreas Jung's avatar Andreas Jung

added indexSize()

parent 48249b5d
......@@ -67,6 +67,9 @@ class PluggableIndexInterface(Interface.Base):
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"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment