Commit 32389358 authored by Christopher Petrilli's avatar Christopher Petrilli

Merged in changes.

parent 135ed7cf
...@@ -91,7 +91,7 @@ undo information so that objects can be unindexed when the old value ...@@ -91,7 +91,7 @@ undo information so that objects can be unindexed when the old value
is no longer known. is no longer known.
""" """
__version__ = '$Revision: 1.36 $'[11:-2] __version__ = '$Revision: 1.37 $'[11:-2]
import BTree, IIBTree, IOBTree, OIBTree import BTree, IIBTree, IOBTree, OIBTree
...@@ -332,6 +332,7 @@ class UnTextIndex(Persistent, Implicit): ...@@ -332,6 +332,7 @@ class UnTextIndex(Persistent, Implicit):
'unindex_object tried to unindex nonexistent' 'unindex_object tried to unindex nonexistent'
' document %s' % str(documentId)) ' document %s' % str(documentId))
def index_object(self, documentId, obj, threshold=None): def index_object(self, documentId, obj, threshold=None):
""" Index an object: """ Index an object:
'documentId' is the integer id of the document 'documentId' is the integer id of the document
......
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