Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
0.5.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Jun 5, 2010
1 parent 304ff6f commit 30baabb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS
@@ -1,3 +1,18 @@
Version 0.5.2
-------------

* Make searching thread-safe.


Version 0.5.1
-------------

* Support multiple queries in a single call through the Python script.
* Allow customization of field boost.
* Improved handled for emitted null values.
* Improved date handling.


Version 0.5
-----------

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<name>CouchDB Lucene</name>
<description>Full-text indexing for CouchDB</description>
<url>http://github.com/rnewson/couchdb-lucene/</url>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit 30baabb

Please sign in to comment.