Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install products.proxyindex

How to install Products.ProxyIndex

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install products.proxyindex
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.2.3 Available View build log
Windows (64-bit)
1.2.3 Available View build log
Mac OS X (10.5+)
1.2.3 Available View build log
Linux (32-bit)
1.2.3 Available View build log
Linux (64-bit)
1.2.3 Available View build log
 
License
BSD and ZPL 2.0
Dependencies
Lastest release
version 1.2.3 on Jan 5th, 2011

Proxy Index

Purpose

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.

Primary Use Case

For indexing attributes of subobjects when indexing a container, like a composite elements of a compound document, or object annotations.

Usage

From the ZCatalog indexes tab, add a index of type proxy index.

On the add form the following fields are defined:

Id pick any valid id you like

Delegated type the type of index you'd like to use for the value

Tales expression 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

Key Value Pairs 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:

System Message: WARNING/2 (<string>, line 47)

Literal block expected; none found.

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.

Changes

1.2.3 (2008/09/30)
  • Update README and CHANGES to release that products as an egg.
1.2.2
  • In Zope 2.11, argument cid to apply_index have been removed.
1.2.1
  • Fixed deprecation warning in Zope 2.10,
  • Tests now use (and require) ZopeTestCase instead of depending on CMF.
1.2

Bugs Fixed:

  • Zope 2.7 is supported now.
  • Fixed compatibility problem with python2.3: ProxyIndex.RecordStyle

System Message: WARNING/2 (<string>, line 94)

Bullet list ends without a blank line; unexpected unindent.

did not raise an AttributeError but a KeyError in __getattr__, preventing class attribute lookup with python2.3.

1.1.2

Bugs Fixed:

  • items method used for sort_on added.
1.1.1

Features added:

  • Release documentation updates, making it fit the Infrae scheme.
1.1
  • Initial public release of ProxyIndex.

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.