[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - WordIdDocumentIdStorage.py:1.1.2.3

Andreas Jung andreas@digicool.com
Mon, 11 Mar 2002 20:45:41 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG
In directory cvs.zope.org:/tmp/cvs-serv9752

Modified Files:
      Tag: ajung-textindexng-branch
	WordIdDocumentIdStorage.py 
Log Message:
added printStorage()


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/WordIdDocumentIdStorage.py 1.1.2.2 => 1.1.2.3 ===
 
     get = getDocumentIdsForWordId
+
+
+    def printStorage(self):
+        for k,v in self.forwardIdx.items():
+            print k, list(v)