Metadata-Version: 1.0
Name: Products.BooleanIndex
Version: 1.0
Summary: UNKNOWN
Home-page: http://pypi.python.org/pypi/Products.BooleanIndex
Author: Jarn AS
Author-email: info@jarn.com
License: GPL
Description: Introduction
        ============
        
        This is a specialized ZCatalog index type which does not actually store False
        values in its forward index and thus reduces the persistent footprint of the
        index.
        
        Queries for True values are done with a normal intersection against the
        forward index.
        
        If experimental.catalogqueryplan is used queries for False values are done via
        the difference of the passed in result set and the forward index. If no result
        set is passed in, the difference of the forward index and the unindex is used.
        
        Changelog
        =========
        
        1.0 - 2009-06-03
        ----------------
        
        - Added support for the BooleanIndex to be used with boolean criteria in
        ATContentTypes collections.
        [hannosch]
        
        0.1 - 2009-04-23
        ----------------
        
        - Added support for experimental.catalogqueryplans VALUETYPES.
        [hannosch]
        
        - Minor cleanups and ZMI work.
        [hannosch]
        
        - Initial implementation.
        [tesdal]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
