-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPKG-INFO
More file actions
52 lines (37 loc) · 1.68 KB
/
PKG-INFO
File metadata and controls
52 lines (37 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Metadata-Version: 1.0
Name: plush
Version: 0.3.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.3.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, 2.0.0 and 2.1.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 :: 4 - Beta
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