Metadata-Version: 1.0
Name: Products.ZCTextIndex
Version: 2.13.3
Summary: Full text indexing for ZCatalog / Zope 2.
Home-page: http://pypi.python.org/pypi/Products.ZCTextIndex
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        This distribution contains a full text indexing facility for Zope 2 and more
        specifically for Products.ZCatalog.
        
        Changelog
        =========
        
        2.13.3 (2011-07-28)
        -------------------
        
        - Fixed problem in reindex document optimization, which could lead to negative
          document counts when reindexing unchanged documents.
        
        2.13.2 (2011-05-04)
        -------------------
        
        - Avoid changing data, if the indexed values stayed the same.
        
        2.13.1 (2010-10-02)
        -------------------
        
        - Changed word id creation algorithm in Lexicon. Instead of relying on an
          increasing length counter, we use a number from a randomized range. This
          avoids conflict errors while adding new words in multiple parallel
          transactions. Inspired by code from ``enfold.fixes``.
        
        - Lexicon: Added clear method.
        
        - Lexicon: Removed BBB code for instances created with Zope < 2.6.2.
        
        - Added missing namespace_packages declaration to setup.py.
        
        2.13.0 (2010-06-19)
        -------------------
        
        - Released as separate package.
        
Platform: UNKNOWN
