[Zope-Checkins] CVS: Products/PluginIndexes/PathIndex - PathIndex.py:1.11
Andreas Jung
andreas@zope.com
Mon, 15 Oct 2001 17:40:25 -0400
Update of /cvs-repository/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv27753/lib/python/Products/PluginIndexes/PathIndex
Modified Files:
PathIndex.py
Log Message:
fixed problem with changed reverse index
=== Products/PluginIndexes/PathIndex/PathIndex.py 1.10 => 1.11 ===
if level > self._depth: self._depth = level
- # reverse index
- if not self._unindex.has_key(id):
- self._unindex[id] = OOSet()
- self._unindex[id].insert( (comp,level) )
def index_object(self, documentId, obj ,threshold=100):