forked from rnewson/couchdb-lucene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
60 lines (43 loc) · 1.5 KB
/
NEWS
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
Version 0.6.0
-------------
* Upgrade to Lucene 3.0.3.
* Upgrade to Tika 0.8.
* Changed JSON library for improved JSON parsing.
* Control over term vectors when indexing.
* Added the whitespace analyzer.
* Include init.d startup script in zip.
* Allow query-time override of analyzer.
* Split multiple queries with embedding commas correctly.
Version 0.5.6
-------------
* Full text functions that do not compile caused clients to hang forever.
* Basic authentication backported from master for require_valid_user=true scenario.
Version 0.5.5
-------------
* Pass query string through analyzer so that the same stemming rules are applied as when indexing.
Version 0.5.4
-------------
* Allow searching on numeric terms.
* Fix reindexing bug when index function changes.
* Enhance the 'welcome' message to include the correct version string.
Version 0.5.3
-------------
* Permit url-escaped / character in database names.
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
-----------
* c-l now runs as a standalone server.
* Compatibility with CouchDB 0.10.0, 0.10.1 and 0.11.
* Upgraded to use Lucene 3.0.1.
* Upgraded to use Tika 0.6.
* Efficient numeric range queries.
* Near-realtime indexing updates.
* Added ability to set multiple q parameters to perform several queries in one call.