https://github.com/rnewson/couchdb-lucene

sort by:
Revision Author Date Message Commit Date
0d3d792 0.5.4 release 07 July 2010, 10:44:12 UTC
07d49de fix reindexing bug. closes #62. 30 June 2010, 09:57:47 UTC
d957e64 make Welcome request report actual version number from manifest. 29 June 2010, 23:14:11 UTC
fad4eb1 document the syntax for numeric terms. 29 June 2010, 22:26:00 UTC
ca21eec allow term queries on numerically indexed fields. closes #61. 29 June 2010, 20:13:38 UTC
a280e10 open 0.5.4 for dev. 24 June 2010, 09:05:34 UTC
a9cdb05 0.5.3 release notes and version tag. 24 June 2010, 08:46:27 UTC
a52771e #59 - permit escaped / characters in database name. 13 June 2010, 11:27:29 UTC
65536cd open 0.5.3 05 June 2010, 19:18:04 UTC
30baabb 0.5.2 release. 05 June 2010, 19:15:23 UTC
304ff6f make searching thread-safe. 01 June 2010, 12:04:24 UTC
074e9fc bump version 26 May 2010, 16:03:20 UTC
24ec986 release 0.5.1. 23 May 2010, 17:19:09 UTC
585778f multiple q params applies to 0.5.1 too. 23 May 2010, 17:16:38 UTC
d1a1dc4 avoid JSON object encoding problem by changing multiple query feature syntax. closes #57. 17 May 2010, 09:22:00 UTC
fd2131b remove single quotes fromexample. 17 May 2010, 09:21:29 UTC
f8fa564 don't index design documents. 09 May 2010, 16:55:25 UTC
53667fb use json.loads on query value to allow escaped characters. closes #55. 07 May 2010, 19:57:51 UTC
7ed9a04 handle case where no args are passed. 04 May 2010, 22:36:09 UTC
4e0da90 add EXPERIMENTAL index-time field boosting feature. 04 May 2010, 22:08:56 UTC
d602b80 modify Python script to pass duplicate keys (multiple 'q' parameters now work). closes #21 04 May 2010, 12:38:06 UTC
fbed792 fix test to match new null behavior. 27 April 2010, 13:08:04 UTC
2b9361a convert null objects to null. 27 April 2010, 12:45:54 UTC
7bc0a30 support _score and _doc order in sorting. 22 April 2010, 15:02:09 UTC
5cc4719 tolerate mismatch between different kinds of Number. This allows parseInt calls, among other things. 17 April 2010, 23:20:29 UTC
f758484 change version to 0.5.1-SNAPSHOT 17 April 2010, 16:50:42 UTC
02743aa remove warning about 0.5 now it's out. 17 April 2010, 16:46:47 UTC
07370ad pom change for 0.5.0 release. 17 April 2010, 13:55:52 UTC
7c6da01 test for notModified after borrow so that it actually works. :) 17 April 2010, 13:53:15 UTC
dbdb2c0 don't add forced document if there were other additions. 17 April 2010, 13:38:19 UTC
7248405 update etag when documents are deleted. 17 April 2010, 13:27:27 UTC
50ceb99 don't hide the forced document. 17 April 2010, 13:25:04 UTC
5b63e4c on second thoughts, use a private field name. 17 April 2010, 13:21:59 UTC
6ea8a26 always add a document (with _id equal to the database UUID) to ensure that commit() always updates the update_seq. 17 April 2010, 13:19:24 UTC
9084540 add breaking changes section. 17 April 2010, 12:21:37 UTC
e04b5fd switch over to PathParts. 17 April 2010, 12:19:50 UTC
6b73dc6 commit to _design/foo in paths, use regexp to be sure. 17 April 2010, 11:13:50 UTC
3d2fb72 fix example in README. 17 April 2010, 10:52:40 UTC
0669d2b just log once. 15 April 2010, 17:05:38 UTC
891e1d1 initialize logger in constructor. 15 April 2010, 16:53:38 UTC
298dce7 add debug to track down since calculation problem. 14 April 2010, 12:15:56 UTC
751c574 make default commit interval 15s (from 60s) and make it configurable from ini file. 14 April 2010, 11:39:59 UTC
edd9942 fix cut-and-paste error that broke include_docs=true among other things. 13 April 2010, 11:22:48 UTC
7736807 add Tika test for doc with embedded table. 12 April 2010, 21:49:46 UTC
5cd5577 0.11 is now released. 12 April 2010, 21:41:00 UTC
2c55266 use Lucene's default mergeFactor of 10. 12 April 2010, 15:52:05 UTC
caa5f3b stale=ok queries return near-realtime results. 12 April 2010, 14:08:26 UTC
4ae992f revert investigative changes, cleanly handle views with no index member. 12 April 2010, 13:46:22 UTC
a0ffc19 don't attempt to index views without fulltext functions. 12 April 2010, 13:07:58 UTC
69a165a use DateFormatUtils for this. 12 April 2010, 12:07:50 UTC
85c1d0b re-add support for Date objects for type:date. 12 April 2010, 12:04:12 UTC
6ca4e41 clarify compatibility of upcoming 0.5 release. 12 April 2010, 11:29:26 UTC
97ddc51 add asserts to track down NPE. 12 April 2010, 11:23:41 UTC
c74b7fc assert that null values work in document conversion. 12 April 2010, 09:35:58 UTC
34f13e0 allow config control over mergeFactor, useCompoundFile, ramBufferSizeMB arguments to IndexWriter. 11 April 2010, 18:58:46 UTC
7c61d88 evaluate search timeout closer to the config file. 11 April 2010, 18:53:39 UTC
42ab5b9 add search timeout feature. 11 April 2010, 16:17:53 UTC
c20fa42 handle non-existing views with 400 response. 11 April 2010, 15:57:38 UTC
a743346 suppress warnings in test output. 11 April 2010, 15:34:55 UTC
7b40095 remove regression not now dblevel indexing works. 11 April 2010, 15:34:13 UTC
50a7cce Merge branch 'dblevel_indexing' 11 April 2010, 15:33:44 UTC
266342f setPendingSequence at startup 11 April 2010, 15:33:30 UTC
e28565c functional parity but bugs in latch code remain. 11 April 2010, 12:44:22 UTC
3f0a4bc latches. 09 April 2010, 23:57:18 UTC
d187533 use dirty flag to issue better etags 09 April 2010, 22:09:10 UTC
1724e83 60 second commit interval. 09 April 2010, 22:01:54 UTC
bf32f6a ignore socket exceptions. 09 April 2010, 22:01:39 UTC
6805c41 req.abort 09 April 2010, 21:56:55 UTC
7c6ba62 upgrade to Tika 0.7. 09 April 2010, 21:17:45 UTC
2d8c718 wip 09 April 2010, 20:45:16 UTC
8530a72 garbage 09 April 2010, 18:54:36 UTC
9c10553 newline for error responses. 08 April 2010, 22:27:52 UTC
c4caae9 remember to fix regression 07 April 2010, 09:14:32 UTC
24bf398 wip 07 April 2010, 09:13:39 UTC
344a6c6 wip 05 April 2010, 23:09:15 UTC
ea7c1b7 remove unused ini setting. 05 April 2010, 19:54:52 UTC
3a4e5ec more 05 April 2010, 19:24:36 UTC
2494950 tidier log output 05 April 2010, 19:02:02 UTC
c8d5409 more work on DatabaseIndexer. 05 April 2010, 18:57:19 UTC
1a1d094 start of DatabaseIndexer. 05 April 2010, 18:09:29 UTC
8496e9d encapsulate database info as class. 05 April 2010, 17:03:24 UTC
9fa591c Allow identical views within a database to point to the same index. 02 April 2010, 18:05:05 UTC
0f80829 move query parser into tuple. 02 April 2010, 14:52:25 UTC
b2ba5e4 refactor tuple access to function. 02 April 2010, 14:39:51 UTC
3f5a3d4 more news. 02 April 2010, 14:27:49 UTC
0065af5 rhino packages was in the wrong place. 02 April 2010, 14:23:55 UTC
0139fb6 start of NEWS file. 02 April 2010, 14:22:34 UTC
627febe tidy Tuple a little. 31 March 2010, 10:44:57 UTC
ed522bd remove unused log setting in ini file. 30 March 2010, 08:32:48 UTC
19a849e output logs to logs/couchdb-lucene.log by default 30 March 2010, 08:31:48 UTC
fae7be0 add example for attachment with default field. 26 March 2010, 17:51:12 UTC
e14945c removing unused class. 23 March 2010, 22:56:18 UTC
0879393 move servlet-related utility methods to ServletUtils. add 'Vary: Accept' to responses. 21 March 2010, 18:28:28 UTC
bc2c76e remove unused import. 21 March 2010, 18:14:44 UTC
18b332e consolidate all servlets into one. this makes URL's more RESTful and the Python path manipulation simpler. 21 March 2010, 18:11:12 UTC
2eff6f5 change log level for unit tests. 13 March 2010, 18:53:18 UTC
1c5fd94 remove MINUTES for 1.5 compat. 01 March 2010, 18:31:08 UTC
ecb45d2 remove uses of deprecated Version.CURRENT 28 February 2010, 17:13:51 UTC
e2d98ab upgrade to Lucene 3.0.1 28 February 2010, 17:06:58 UTC
38ef320 fix documentation s/integer/int 19 February 2010, 22:39:54 UTC
back to top