[Zope-Checkins] CVS: Products/ZCTextIndex - ZCTextIndex.py:1.48.2.4
Florent Guillaume
fg at nuxeo.com
Fri Sep 9 08:31:23 EDT 2005
Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv2571
Modified Files:
Tag: Zope-2_7-branch
ZCTextIndex.py
Log Message:
Removed old comment.
=== Products/ZCTextIndex/ZCTextIndex.py 1.48.2.3 => 1.48.2.4 ===
--- Products/ZCTextIndex/ZCTextIndex.py:1.48.2.3 Mon Sep 5 12:54:03 2005
+++ Products/ZCTextIndex/ZCTextIndex.py Fri Sep 9 08:31:22 2005
@@ -175,10 +175,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