[Zope-CVS] CVS: Products/ZCTextIndex - IIndex.py:1.6
Tim Peters
tim.one@comcast.net
Fri, 17 May 2002 02:11:23 -0400
Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv9888
Modified Files:
IIndex.py
Log Message:
Added get_words() to the interface.
=== Products/ZCTextIndex/IIndex.py 1.5 => 1.6 ===
"""Return the number of documents in the index."""
+ def get_words(docid):
+ """Return a list of wordids for the given docid."""
+
def search(term):
"""Execute a search on a single term given as a string.