[Zope-dev] Xron and Zope 2.4.0 again

Chris Withers chrisw@nipltd.com
Thu, 26 Jul 2001 20:53:20 +0100


Steve Alexander wrote:
> 
> from SearchIndex.UnIndex import UnIndex
> from SearchIndex.UnTextIndex import UnTextIndex
> from SearchIndex.UnKeywordIndex import UnKeywordIndex

I'm not sure this is a good idea.

I think you're supposed to do something like:

from Products.PluginIndexes.FieldIndex.FieldIndex import FieldIndex

...and use that in addIndex.

cheers,

Chris