Primary Use Case
For indexing attributes of subobjects when indexing a container, like a composite elements of a compound document, or object annotations.
Zope 2 catalog index which fetch its data using a TAL expression.
Proxy Index, is a plugin catalog index. it uses a tales expression to retrieve a value to index from an object. the value retrieved can then be indexed by any available plugin index.
For indexing attributes of subobjects when indexing a container, like a composite elements of a compound document, or object annotations.
From the ZCatalog indexes tab, add a index of type proxy index.
On the add form the following fields are defined:
pick any valid id you like
the type of index you’d like to use for the value
a tales expression evaluated for the value to index.
The default context includes object (the object being indexed) and the following standard tales objects:
nothing
request
modules
are input forms for passing values to the index constructor, if any are needed. (as with zctextindex for example). for most index types this can be left blank
As an example here’s how to fill out a form for ZCTextIndex:
key value pair: lexicon_id my_lexicon key value pair: index_type Cosine Measure key value pair: doc_attr proxy_value
The last key value pair could use a little explanation. internally the proxy index stores the index as an index named proxy_value, the behavior for most indexes is to index an attribute name thats equivalent to the index’s id. proxy index, constructs a wrapper object for the indexing setting the value of the tales expression equal to that of the index name. in this case, ZCTextIndex must be treated slightly differently as it can index an arbitrary attribute independent of its name, for most other index types this is not needed.
Update README and CHANGES to release that products as an egg.
In Zope 2.11, argument cid to apply_index have been removed.
Fixed deprecation warning in Zope 2.10,
Tests now use (and require) ZopeTestCase instead of depending on CMF.
Bugs Fixed:
Zope 2.7 is supported now.
Fixed compatibility problem with python2.3: ProxyIndex.RecordStyle did not raise an AttributeError but a KeyError in __getattr__, preventing class attribute lookup with python2.3.
Bugs Fixed:
items method used for sort_on added.
Features added:
Release documentation updates, making it fit the Infrae scheme.
Initial public release of ProxyIndex.
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45abb1fef971f815420522c9edd9b1702feaa9cda8106811ca957078725b380b |
|
MD5 | 17837dc85a9181440cffd9fb45543ba9 |
|
BLAKE2b-256 | 670aad88ee03baaeb2efd8c6aaadef3ecdfc91ffff54a30b9235cb6319cac00b |
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0f5326f7960768ebfc1111120ea797a8fdb47492389e2e6a7a6bdd496e34686 |
|
MD5 | 53d9538097a79623a1bf266a96976e76 |
|
BLAKE2b-256 | d2237fd6b8abdf2a268f05a6bda4ee0959ef47a4157c731b90209bfcc80ab6cc |