Hi,
does the current version of
Products.ZCTextIndex.ZCTextIndex.ZCTextIndex.index_object method
seems ok about keeping optimization?
If so, what is the process to release a new version because we
really need this in our projects and in
Hi.
The change looks ok. But I think you broke an optimization. IIRC the code
compares the old and new values for the index, and skips the indexing step
if they are the same. The typical item.reindexObject() call sents data for
all indexes, even if just one or two them have changed. The
Am 14.11.2012, 16:26 Uhr, schrieb Hanno Schlichting ha...@hannosch.eu:
Hi.
The change looks ok. But I think you broke an optimization. IIRC the code
compares the old and new values for the index, and skips the indexing
step
if they are the same. The typical item.reindexObject() call sents
Hi Hanno,
I did not know if checking the current index value could be faster
or slower than indexing anyway.
I think that checking the current index length could do what we
need :
Keeping the current code and changing this :