[Zope-dev] ZCatalog indexes tab - which Index Types are guilty?

Chris Withers chrisw@nipltd.com
Thu, 17 Jul 2003 12:29:05 +0100


> The problem is caused by calling len() on the indexes btrees. Instead
> a counter implemented btree.Length should be used in the future.

Which Index types are currently guilty of this?

How about re-naming the column to "Number of Documents Indexed" and making sure 
this is actually what the indexes return.

I have a feeling that not all index types actually return the number of objects 
indexed. Can anyone confirm this?

cheers,

Chris