-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
116 lines (61 loc) · 2.13 KB
/
CHANGES.txt
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
==============
Plush_ CHANGES
==============
:author: Benoit Delbosc
:address: bdelbosc _at_ nuxeo.com
:revision: $Id: CHANGES.txt 51526 2007-04-12 08:33:59Z bdelbosc $
:abstract: This document describes changes between Plush_ versions.
.. contents:: Table of Contents
Plush SVN trunk
---------------
:Location: http://svn.nuxeo.org/pub/tools/plush/trunk/
:Target: ?
0.3.0
-----
:Location: http://www.python.org/pypi/plush/0.3.0
:Sources: http://svn.nuxeo.org/pub/tools/plush/tags/0.3.0
:Released date: 2007-04-12
New features
~~~~~~~~~~~~
* ``\view`` displays all values for a field.
* Number of terms is now displayed on a ``\term`` command making
``\describe_store`` much faster.
* ``\describe_store`` now display directory size and average size for a
document.
* Tested with PyLucene 2.1.0-2
0.2.0
-----
:Location: http://www.python.org/pypi/plush/0.2.0
:Sources: http://svn.nuxeo.org/pub/tools/plush/tags/0.2.0
:Released date: 2007-02-22
New features
~~~~~~~~~~~~
* new ``\term * [PATTERN]`` returns top term that match PATTERN on all fields.
* completion mode for \set and \unset cmd.
* do not repeat command if empty line is entered in response to the prompt.
* new field regex pattern for view command ``\v [DOC_NUM [FIELD_PATTERN]]``
* new trunc_size internal variable used to tuncate field value.
* load NXLucene_ analyzer by setting a NXLUCENE_HOME variable.
* add dummy ramdirectory store to run doc test.
* doc tests added, `Cheesecake index`_: 444/545 81%
Bug fixes
~~~~~~~~~
* fix missing files in tar.gz dist.
0.1.0
-----
:Location: http://www.python.org/pypi/plush/0.1.0
:Sources: http://svn.nuxeo.org/pub/tools/plush/tags/0.1.0
:Released date: 2007-01-30
New features
~~~~~~~~~~~~
* first implementation
---------------------------------------------
See README_ for more information about Plush_.
.. _Plush: http://public.dev.nuxeo.com/~ben/plush/
.. _README: README.html
.. _API: api/index.html
.. _epydoc: http://epydoc.sourceforge.net/
.. _`Cheesecake index`: http://pycheesecake.org/
.. _NXLucene: http://svn.nuxeo.org/trac/pub/browser/NXLucene/trunk/README.txt
.. Local Variables:
.. mode: rst