[Zope3-dev] Heads up: major restructiring if indexing framework
Jim Fulton
jim at zope.com
Thu Dec 9 16:01:33 EST 2004
Jim Fulton wrote:
> Jim Fulton wrote:
>
>>
>> I'm guessing that no one is using any of the existing catalog or
>> indexing code. If I'm wrong, please let me know.
>>
>> I'm going to try to restructure the indexing code quite a bit.
>> My main goal is to rearrange the interfaces so that results from
>> different index (or index-like) objects can be joined. This will
>> mean that indexes will be required to have a search method that
>> returns IIBTrees, IIBuckets, IISets, or IITreeSets.
>>
>> I'm also going to remove a number of unused interfaces.
>>
>> I hope to finish this this week.
>
>
> Done.
>
> Because I don't think anyone is using the indexing or catalog code,
> I didn't worry at all about backward compatibility.
Note that there is a new BTree type, IF, so you'll need to recompile.
Jim
--
Jim Fulton mailto:jim at zope.com Python Powered!
CTO (540) 361-1714 http://www.python.org
Zope Corporation http://www.zope.com http://www.zope.org
More information about the Zope3-dev
mailing list