Commit 2130fa0d authored by Andreas Jung's avatar Andreas Jung

nomsg

parent b9ecb657
......@@ -244,8 +244,11 @@ class UnIndex(SimpleItem):
def numObjects(self):
""" return number of indexed objects """
return len(self)
return len(self._unindex)
def indexSize(self):
""" return of distinct values indexed"""
return len(self)
def unindex_object(self, documentId):
""" Unindex the object with integer id 'documentId' and don't
......
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