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

sort by:
Revision Author Date Message Commit Date
7565ac5 tag 0.3 release 09 June 2009, 01:03:00 UTC
c6ef99a remove lang/analyzer attributes as they've been pushed to 0.4. 09 June 2009, 01:02:17 UTC
03d666e always include view_sig in search result to detect inconsistency during federation. 24 May 2009, 14:32:51 UTC
985ef7c debug=true output is now text/plain and valid JSON. 24 May 2009, 13:50:49 UTC
984b81c factor all actions performed on a new reader into one method. 24 May 2009, 13:50:21 UTC
c8a1dfc update TODO. 24 May 2009, 13:49:39 UTC
3c0b9a5 view_sig improvements. 23 May 2009, 16:02:07 UTC
0d6d85b include view signature in rewrite output so we can verify the same indexing function exists at all nodes. 23 May 2009, 14:59:26 UTC
47aa12f remember to add prewarming hook. 23 May 2009, 14:50:42 UTC
9215c8b use CheckIndex at startup to get early warning about index problems. 21 May 2009, 11:07:43 UTC
f09f5fe verify that index dir is writable and report a clear error message if it isn't, and exit with non-zero. 21 May 2009, 10:47:50 UTC
169325d restore mf=5 21 May 2009, 10:47:20 UTC
b36363a update TODO to reflect progress. 21 May 2009, 09:41:02 UTC
916f634 reduce memory usage while indexing. 21 May 2009, 09:40:52 UTC
502b178 report human-readable duration when indexing. 21 May 2009, 09:40:33 UTC
b6c83b9 return 400 error if an invalid view is selected. 20 May 2009, 22:21:07 UTC
d71a520 add soft reference caching for viewname filtering. 20 May 2009, 22:07:11 UTC
312483f add node to allow commit.every option. 20 May 2009, 17:28:04 UTC
cfe5758 log any throwable thrown during indexing. 20 May 2009, 16:58:12 UTC
1f8498a add couchdb.lucene.debug setting to activate Lucene's infoStream output. 20 May 2009, 16:57:52 UTC
eaede50 clarify the 'caught up' line to make it clear that it's the update_seq. 20 May 2009, 14:49:23 UTC
8ec4b08 update notes for improved error handling. 19 May 2009, 22:34:10 UTC
905a196 update README as user reports indicate later OpenJDK versions now work. 19 May 2009, 19:11:56 UTC
7a0d1d3 lighthouse sucks at formatting anything, abandon ship. 09 May 2009, 15:12:21 UTC
a785480 lighthouse sucks at formatting anything, abandon ship. 09 May 2009, 15:11:38 UTC
2946c9a fix example. 06 May 2009, 11:17:02 UTC
a56a5c8 add notes 04 May 2009, 19:53:19 UTC
7c1bc95 fix unit tests. 04 May 2009, 14:37:16 UTC
6e99faa dc. to _dc. 04 May 2009, 14:37:07 UTC
04d57bd note on planned unit testing. 04 May 2009, 14:09:49 UTC
17d02ea correctly delete old versions of documents when they are updated or deleted. 03 May 2009, 20:12:52 UTC
48f76bd return an array if a stored field has multiple values. 03 May 2009, 20:12:19 UTC
dfa4500 'defaults' object now works, 'language' and 'analyzer' ... not yet but soon. 03 May 2009, 19:42:00 UTC
b84f9c2 remove views declaration in sample design doc, it's confusing. 03 May 2009, 19:39:29 UTC
437eae9 s/view/fulltext in README.md 03 May 2009, 19:38:12 UTC
f0ac368 include defaults JSON in database signature. 03 May 2009, 19:36:57 UTC
7a2bbd4 support 'defaults' field in fulltext views. Doesn't yet invalidate indexed data when changed. 03 May 2009, 19:33:11 UTC
7bad7dc correct syntax error in JS fun. 30 April 2009, 13:05:58 UTC
405e3a3 update query urls' to reflect new syntax 29 April 2009, 22:29:16 UTC
990e506 fix RhinoTest [#13 state:resolved] 29 April 2009, 21:10:40 UTC
d9f05e7 add documentation for lang query parameter. 28 April 2009, 17:24:08 UTC
ff3ba86 add warning for unexpected input but index as String anyway. 26 April 2009, 23:34:26 UTC
4111703 automatically detect Dates, remove special date() method. 26 April 2009, 22:50:55 UTC
8bc0cb8 add warning about the changes. 0.3 is not far away\! 26 April 2009, 20:05:16 UTC
7a12058 docs 26 April 2009, 19:15:38 UTC
f16fc9c docs 26 April 2009, 19:15:06 UTC
24591d9 docs 26 April 2009, 19:13:34 UTC
0fcf578 update docs. 26 April 2009, 16:39:59 UTC
a7a564f put stored fields into field sub-object, rename _id to id at row level. 26 April 2009, 16:33:20 UTC
445de71 disable ETag caching in debug mode. 26 April 2009, 16:32:54 UTC
c6356fd update README.md and TODO to reflect progress. 26 April 2009, 14:48:33 UTC
c2a1367 use a Filter to filter by view, remove it from the Query. 26 April 2009, 14:13:08 UTC
0af56fa delete all views if database is deleted. 26 April 2009, 10:43:01 UTC
7d9f287 path must include design doc and view name, results equally constrained. 24 April 2009, 16:55:41 UTC
bd33418 track progress at the view level. 23 April 2009, 20:44:18 UTC
6f9033e document type option 21 April 2009, 15:58:43 UTC
8ff99e1 tidy docs 21 April 2009, 15:56:04 UTC
8328332 typo 21 April 2009, 15:00:58 UTC
a40523d documentation of future features. 21 April 2009, 14:40:53 UTC
697884b documentation of future features. 21 April 2009, 14:36:02 UTC
29e35fa some notes 21 April 2009, 14:06:46 UTC
b258c33 fetch all design docs, apply all 'fulltext' views. (incomplete, known bugs present). 19 April 2009, 12:15:50 UTC
65be961 verify we can pull all design documents during indexing. 18 April 2009, 17:05:01 UTC
a9758de part 1 of new indexing API. 18 April 2009, 13:41:47 UTC
132485e Merge branch 'master' into design_docs 18 April 2009, 12:55:54 UTC
8f4945f format errors better 18 April 2009, 12:18:23 UTC
5d92db9 log start and stop of both services. 18 April 2009, 11:46:44 UTC
5e37db9 enhanced logging. 17 April 2009, 21:59:17 UTC
2b375b4 enhanced logging. 17 April 2009, 21:56:11 UTC
c75bcfe log and ignore calls to field() with null key or value. 17 April 2009, 15:38:28 UTC
b5d7eec use log4j for logging. 17 April 2009, 13:42:04 UTC
f3f07d1 impl. note 16 April 2009, 22:37:39 UTC
118507d set usecompound better. 14 April 2009, 21:49:43 UTC
ccb3c81 add note about ipv6 localhost workaround. [#12 state:resolved] modified: README.md 13 April 2009, 12:27:36 UTC
5e4e181 Add documentation on proposed enhancements to the indexing API for 0.3. 10 April 2009, 16:13:15 UTC
fffe66e catch security exception when setting class shutter as Rhino might reuse a context [#11 state:resolved] 10 April 2009, 15:23:00 UTC
6908849 open 0.3 development. 08 April 2009, 18:51:05 UTC
7730b13 v0.2 08 April 2009, 18:49:58 UTC
960741c add Thanks.md 07 April 2009, 18:36:21 UTC
4395cb6 spellcheck note 07 April 2009, 13:36:47 UTC
ef3f787 add sysreq for Sun JDK. 06 April 2009, 19:04:28 UTC
cdc5113 updated TODO 06 April 2009, 13:35:49 UTC
0b6780f expand index-everything example 05 April 2009, 10:31:31 UTC
999e0a2 remove println 05 April 2009, 00:32:06 UTC
390858a re-add Index Everything example. 05 April 2009, 00:30:27 UTC
9a71557 formatting 04 April 2009, 23:05:05 UTC
c837046 remove broken example. 04 April 2009, 22:53:11 UTC
5ff4cda add date example. 04 April 2009, 22:51:15 UTC
f59999b improve examples 04 April 2009, 22:49:42 UTC
e5457ca remove broken example from README. 04 April 2009, 22:47:06 UTC
764563b update news in README. 04 April 2009, 22:43:44 UTC
181988d handle native Dates 04 April 2009, 22:42:01 UTC
087dcec update documentation. 04 April 2009, 22:10:32 UTC
83b9d02 more tidy up. 04 April 2009, 21:55:20 UTC
c207a60 update README 04 April 2009, 21:43:46 UTC
03cac38 handle deletions when there's no transform function. 04 April 2009, 20:27:50 UTC
917093e fix tests, tidy code. 04 April 2009, 20:17:17 UTC
02298a7 indent with spaces, not tabs. 04 April 2009, 20:08:33 UTC
3474a64 merge from davisp/multi-doc 04 April 2009, 19:58:59 UTC
4a68aaa re-enable ClassShutter now that Rhino contexts are cleaned up correctly. 02 April 2009, 22:19:18 UTC
back to top