==============
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
