Metadata-Version: 1.0
Name: Products.ManagableIndex
Version: 2.1.0-
Summary: Efficient flexible index construction framework with extended Field, Keyword, Path, Range indexes. For Zope 2.11 and above
Home-page: http://www.dieter.handshake.de/pyprojects/zope
Author: Dieter Maurer
Author-email: dieter@handshake.de
License: BSD (see "Products/ManagableIndex/LICENSE.txt", for details)
Description: ManagableIndex
        ==============
        
        ``Products.ManagableIndex`` is a framework for the easy construction of
        efficient, flexible, via the ZMI fully customizable indexes for Zope
        2.11 (or above). It comes with a set of predefined indexes: Field,
        Keyword, Path, Range, Word and SimpleText index. Usually, they
        are more flexible and more efficient than the corresponding indexes from
        the Zope core.
        
        ``Products.ManagableIndex`` uses ``dm.incrementalsearch`` when it is
        installed. This can speed up queries by several orders of magnitude
        when used together with ``Products.AdvancedQuery``.
        
        You find more information in the ``doc`` subdirectory.
        
        New
        ===
        
        * now with ``GenericSetup`` support.
Keywords: Zope 2,index,framework,efficient,flexible
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Framework :: Zope2
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
