[Zope-Checkins] CVS: Packages/SearchIndex - UnIndex.py:1.6 UnTextIndex.py:1.7

michel@digicool.com michel@digicool.com
Wed, 30 Jun 1999 16:40:24 -0400


Update of /cvs-repository/Packages/SearchIndex
In directory aldous:/home/michel/dev/Leak/lib/python/SearchIndex

Modified Files:
	UnIndex.py UnTextIndex.py 
Log Message:
index_object methods now return the number of words they indexed,
*unless* they internally reached the word threshold, at which point
they did their own commit and reset their counter.  So, the value
returned is allways less than the threshold.  This is so huge
documents get the benefit of subtransactions, while lots of small
documents still get subtransacted too.