[Zope3-dev] a simple product

Shane Hathaway shane@zope.com
Mon, 20 Jan 2003 11:28:23 -0500


Steve Alexander wrote:
> Well, perhaps someone is interested in porting the Zope2 'unindexes' to 
> Zope 3.
> 
> I hope that someone does so, and also in doing so they:
> 
> * Rename confusing terms like using 'unindex' for the base class of
>   indexes.

+1

> ...
> (The IDateRangeIndexable is only an example. I'm sure the Date indexes 
> will need more analysis.)

Hmm, this is a complex example of indexing.  What about a simpler use: 
I'd like to declare that a catalog tries to adapt all objects to a 
certain schema, then indexes the data based on that schema.  Do you see 
that as a possibility?

Shane