[Zope] Zcatalog

Chris Muldrow cmuldrow@fredericksburg.com
Fri, 03 Jan 2003 15:20:11 -0500


On 1/3/03 2:12 PM, "Dieter Maurer" <dieter@handshake.de> wrote:

> Chris Muldrow wrote at 2003-1-2 18:08 -0500:
>> I'm having some Catalog weirdness, and in trying to diagnose it, I've raised
>> some questions. 
>> My catalog says it contains 41,658 records, all of them a kind of Zclass
>> called an FLSNewsStory that subclasses CatalogAwareness and DTML Document.
>> All of the indexes show either 41,657 objects indexed or 41,658 objects
>> indexed--all, that is, but the text index on PrincipiaSearchSource, which is
>> showing 212746 objects indexed. Any idea what might be going on there?
> As far as I know *all* indexes show the number of entries,
> not the number of indexed documents in the "# objects" column of
> "Indexes/manage_main".
> 
> The header ("# objects) is wrong. Please file a bug report
> to "<http://collector.zope.org/Zope>".
> 
> 
> Dieter
> 
So if my FieldIndex called "Category", for instance, should only contain 20
unique values for categories, but mine is showing 41,657 in that field, I
should assume something has gone wrong?