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