[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common - PluggableIndex.py:1.7.30.1

Andreas Jung andreas@andreas-jung.com
Sun, 17 Nov 2002 03:17:38 -0500


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

Modified Files:
      Tag: ajung-oneindex-multipleattributes-branch
	PluggableIndex.py 
Log Message:
added getIndexSourceNames()


=== Zope/lib/python/Products/PluginIndexes/common/PluggableIndex.py 1.7 => 1.7.30.1 ===
--- Zope/lib/python/Products/PluginIndexes/common/PluggableIndex.py:1.7	Wed Aug 14 18:19:34 2002
+++ Zope/lib/python/Products/PluginIndexes/common/PluggableIndex.py	Sun Nov 17 03:17:38 2002
@@ -24,6 +24,11 @@
     def getEntryForObject(documentId, default=None):
         """Get all information contained for 'documentId'."""
 
+    def getIndexSourceNames():
+        """ return a sequence of attribute names that are indexed 
+            by the index. 
+        """
+
     def index_object(documentId, obj, threshold=None):
         """Index an object.