[Zope-dev] More ZCatalog Stuff.

Toby Dickenson tdickenson@geminidataloggers.com
Mon, 26 Feb 2001 08:00:10 +0000


On Sat, 24 Feb 2001 21:44:36 -0500, Christopher Petrilli
<petrilli@amber.org> wrote:

>Chris Withers [chrisw@nipltd.com] wrote:
>> "Michael R. Bernstein" wrote:
>> >=20
>> > Hmm. this seems like there ought to be a checkbox next to
>> > the 'Add Index' form field labeled 'index numbers?'. Or
>> > maybe a 'Text and Numbers' index as an additional index
>> > type.
>>=20
>> I like these ideas :-)
>
>One of the ideas that has been tossed around for almost a year (and
>Jim and I both liked last we discussed it) was "drop-in" indexes.
>These would be individually managed, and you would be able to control
>the splitter more (which is what you're reffering to in this case.  In=20
>addition, you might even have more detailed control over the searching=20
>behaviours...
>
>SMOC :-)

If you are interested in a short-term hack, it is possible implement
your own type of index and add it to an existing catalog, without
having to modify any of the ZCatalog product. Ive used that to
implement a variant of KeywordIndex that uses a get_keyword method
(rather than getattr)

Toby Dickenson
tdickenson@geminidataloggers.com