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

sort by:
Revision Author Date Message Commit Date
cca833c the 0.5.6 release 02 September 2010, 17:42:11 UTC
1e85889 handle urls that don't include user:pass. oops :) 02 September 2010, 17:36:00 UTC
38d03ff A tidier fix and a better error response for uncompilable fulltext functions 02 September 2010, 17:31:43 UTC
ebc2258 release the latch in all conditions so that queries don't block. 02 September 2010, 17:31:35 UTC
c13b07b demonstrate that bad code throws a runtime exception. 02 September 2010, 17:31:31 UTC
59c3281 Send a Content-Header in the response in all cases. 02 September 2010, 15:34:23 UTC
91012c0 Merge remote branch 'sbisbee/0.5.x' into 0.5.x 02 September 2010, 08:17:36 UTC
73a2db1 ensure TZ matches date assertions 01 September 2010, 06:00:58 UTC
0d952b7 add basic authentication for require_valid_user=true users. 31 August 2010, 21:33:47 UTC
f1a076e correct new Date(str) example and add matching test. 13 August 2010, 23:04:02 UTC
ba21a87 assert date is converted to value correctly 13 August 2010, 22:27:48 UTC
d0c9ea4 open 0.5.6 10 August 2010, 20:08:06 UTC
2ef320d update pom.xml for 0.5.5 release 10 August 2010, 20:01:54 UTC
3106f33 update NEWS 10 August 2010, 20:01:12 UTC
84e8ce8 add note about compatibility with 1.0.x 28 July 2010, 09:35:24 UTC
680f367 Fix query analysis regression introduced with numeric type support. 'bienvenue' is now correctly stemmed to 'bienvenu' when query when using the French analyzer (for example). 27 July 2010, 09:37:42 UTC
4b7cfd1 open 0.5.5-SNAPSHOT 07 July 2010, 10:48:55 UTC
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
back to top