Metadata-Version: 1.0
Name: plush
Version: 0.1.0
Summary: Python LUcene SHell.
Home-page: http://public.dev.nuxeo.com/~ben/plush/
Author: Benoit Delbosc
Author-email: bdelbosc@nuxeo.com
License: GPL
Download-URL: http://public.dev.nuxeo.com/~ben/plush/plush-0.1.0.tar.gz
Description: A simple Lucene interactive terminal.
        
        Main features:
        
        * View store information.
        
        * View indexes definition.
        
        * Search using the Lucene Query Parser Syntax.
        
        * Sort result list.
        
        * Browse by document number.
        
        * Top term occurences for a field, matching a regex.
        
        * Support PyLucene_ 1.9.1 and 2.0.0.
        
        * Interactive shell emacs like command history and editing features.
        
        * Command line tool and thus scriptable.
        
        * Easy installation, no java required.
        
        * Plush is free software distributed under the GNU GPL.
        
        * Plush is written in python and can be easily customized.
        
Keywords: Lucene Pylucene command line shell terminal tool
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
