• Michel Pelletier's avatar
    index_object methods now return the number of words they indexed, · 3d4acc86
    Michel Pelletier authored
    *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.
    3d4acc86
UnTextIndex.py 20.3 KB