[ZODB-Dev] Using ZCatalog outside Zope?
Thomas Guettler
hv at tbz-pariv.de
Fri Apr 2 02:48:41 EST 2004
Am Freitag, 2. April 2004 09:25 schrieb pm5 at matilda.fiorile.org:
> Hi,
>
> Sorry if this is not strictly a ZODB problem. I was trying to use
> ZODB outside Zope and it works perfectly. So now I'm seeking to
> build an index layer on top of it. It is said (for example, in
> [1]here) that ZCatalog would be my best shot.
I tried to use ZCatalog without Zope, but failed.
Some classes depend on Acquisition. What data types
do you want to index?
If you need full text search, try ZCTextIndex. I think it can be used
without Zope.
You can use IndexedCatalog.
I build a small index myself. It can store
simple strings (no full text search),
list of strings (keyword match), dates,
floats, bools and integers.
I can send you the code, if you are interested.
Thomas
More information about the ZODB-Dev
mailing list