root/tools/plush/trunk/CHANGES.txt

Revision 52847, 2.2 kB (checked in by bdelbosc, 2 months ago)

update to work with latest PyLucene? 2.3.2, credits goes to Gregor Mirai

  • Property svn:keywords set to Id
Line 
1 ==============
2 Plush_ CHANGES
3 ==============
4
5 :author: Benoit Delbosc
6
7 :address: bdelbosc _at_ nuxeo.com
8
9 :revision: $Id$
10
11 :abstract: This document describes changes between Plush_ versions.
12
13 .. contents:: Table of Contents
14
15
16
17 Plush SVN trunk
18 ---------------
19
20 :Location: http://svn.nuxeo.org/pub/tools/plush/trunk/
21
22 :Target: ?
23
24 New features
25 ~~~~~~~~~~~~
26
27 * Support PyLucene JCC 2.3.1, this version requires PyLucene JCC version > 2.3.0
28   Thanks to Gregor Mirai.
29
30
31 0.3.0
32 -----
33
34 :Location: http://www.python.org/pypi/plush/0.3.0
35
36 :Sources: http://svn.nuxeo.org/pub/tools/plush/tags/0.3.0
37
38 :Released date: 2007-04-12
39
40 New features
41 ~~~~~~~~~~~~
42
43 * ``\view`` displays all values for a field.
44
45 * Number of terms is now displayed on a ``\term`` command making
46   ``\describe_store`` much faster.
47
48 * ``\describe_store`` now display directory size and average size for a
49   document.
50
51 * Tested with PyLucene 2.1.0-2
52
53
54 0.2.0
55 -----
56
57 :Location: http://www.python.org/pypi/plush/0.2.0
58
59 :Sources: http://svn.nuxeo.org/pub/tools/plush/tags/0.2.0
60
61 :Released date: 2007-02-22
62
63
64 New features
65 ~~~~~~~~~~~~
66
67 * new ``\term * [PATTERN]`` returns top term that match PATTERN on all fields.
68
69 * completion mode for \set and \unset cmd.
70
71 * do not repeat command if empty line is entered in response to the prompt.
72
73 * new field regex pattern for view command ``\v [DOC_NUM [FIELD_PATTERN]]``
74
75 * new trunc_size internal variable used to tuncate field value.
76
77 * load NXLucene_ analyzer by setting a NXLUCENE_HOME variable.
78
79 * add dummy ramdirectory store to run doc test.
80
81 * doc tests added, `Cheesecake index`_: 444/545 81%
82
83
84 Bug fixes
85 ~~~~~~~~~
86
87 * fix missing files in tar.gz dist.
88
89 0.1.0
90 -----
91
92 :Location: http://www.python.org/pypi/plush/0.1.0
93
94 :Sources: http://svn.nuxeo.org/pub/tools/plush/tags/0.1.0
95
96 :Released date: 2007-01-30
97
98
99 New features
100 ~~~~~~~~~~~~
101
102 * first implementation
103
104
105 ---------------------------------------------
106
107 See README_ for more information about Plush_.
108
109
110
111 .. _Plush: http://public.dev.nuxeo.com/~ben/plush/
112 .. _README: README.html
113 .. _API: api/index.html
114 .. _epydoc: http://epydoc.sourceforge.net/
115 .. _`Cheesecake index`: http://pycheesecake.org/
116 .. _NXLucene: http://svn.nuxeo.org/trac/pub/browser/NXLucene/trunk/README.txt
117
118
119
120 .. Local Variables:
121 .. mode: rst
Note: See TracBrowser for help on using the browser.