[Zope-Checkins]
SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ZCTextIndex.py
Removed old comment.
Florent Guillaume
fg at nuxeo.com
Fri Sep 9 08:32:09 EDT 2005
Log message for revision 38424:
Removed old comment.
Changed:
U Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ZCTextIndex.py
-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ZCTextIndex.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ZCTextIndex.py 2005-09-09 11:44:47 UTC (rev 38423)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ZCTextIndex.py 2005-09-09 12:32:09 UTC (rev 38424)
@@ -184,10 +184,6 @@
text = text()
if text is None:
continue
- # To index each attribute separately, we could use the
- # following line, but we have preferred to make a single
- # call to index_doc() for all attributes together.
- # res += self.index.index_doc(documentId, text)
if text:
if isinstance(text, (list, tuple, )):
all_texts.extend(text)
More information about the Zope-Checkins
mailing list