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

sort by:
Revision Author Date Message Commit Date
0e9ba1e pom for 0.1 release. 26 March 2009, 23:31:56 UTC
61eeb44 remove deprecated properties. 26 March 2009, 19:44:03 UTC
f1f7345 tidy TODO now that hair-trigger update has been fixed. 26 March 2009, 19:42:02 UTC
0364b0b Merge branch 'improved_indexing' 26 March 2009, 19:41:20 UTC
ee385c5 fixed min/max commit handling. 26 March 2009, 14:45:33 UTC
2ea3e9d work-in-progress. 26 March 2009, 11:38:31 UTC
ddc07ad prevent access to arbitrary Java code from _design/lucene code. 25 March 2009, 22:50:59 UTC
f40d681 wip 25 March 2009, 16:35:56 UTC
9ba59a0 document plan for improved indexing. 24 March 2009, 18:53:56 UTC
d0b8ad6 remove println. 24 March 2009, 15:40:25 UTC
0a7c5bc preserve hierarchy in document. 24 March 2009, 15:32:58 UTC
54199dd add note to add geospatial search when lucene 2.9 lands. 22 March 2009, 23:34:37 UTC
f9c61e3 format README 22 March 2009, 12:55:01 UTC
e02cea7 include searchable/sortable fields in info. 22 March 2009, 00:19:24 UTC
2f4fdb2 return zero rows if skip is greater than total hits. 21 March 2009, 11:54:24 UTC
0cf37aa better error reporting. 21 March 2009, 11:51:08 UTC
aafb8d8 upgrade to Tika 0.3. 21 March 2009, 11:26:32 UTC
ccb81a8 add example transforms section. 20 March 2009, 11:09:41 UTC
5d5eb29 move to com.github.rnewson package. 18 March 2009, 23:33:19 UTC
5fec823 add Apache 2.0 license to all files. 18 March 2009, 23:15:04 UTC
786c48e add more info when called without args. 18 March 2009, 11:56:12 UTC
90708b8 remove extra nesting of doc with include_docs=true 18 March 2009, 00:23:30 UTC
b2ba6db use configurable time threshold in Cache-Control header. 17 March 2009, 23:00:09 UTC
0a49b8c handle database deletions more elegantly. 17 March 2009, 14:55:22 UTC
8dd37f7 add more details to pom. 17 March 2009, 13:08:12 UTC
4392677 add more details to pom. 17 March 2009, 13:02:37 UTC
c4c05f5 update README.md to document new rewrite=true option. 17 March 2009, 10:47:28 UTC
b39a183 add rewrite=true to support distributed scoring. 17 March 2009, 10:45:47 UTC
d1f0147 don't log if we don't change the index (noisy). 17 March 2009, 00:09:33 UTC
521cc62 log when we attempt to authenticate and throw if we fail. 16 March 2009, 23:17:52 UTC
b2d01cc update README for basic auth. 16 March 2009, 22:57:49 UTC
88090ec enable basic auth to couchdb. 16 March 2009, 22:53:52 UTC
635ad62 100 changes and 60 seconds as new defaults. 16 March 2009, 22:32:19 UTC
0204857 add change_threshold and time_threshold to control index commits. 16 March 2009, 22:21:16 UTC
6b2b22c add lighthouseapp link. 16 March 2009, 08:56:35 UTC
855a27b fix update loop. 16 March 2009, 00:11:53 UTC
d9a6b0c reintroduce limit when calling _all_docs_by_seq. 15 March 2009, 23:59:25 UTC
5166b74 correct handling of last page. 15 March 2009, 23:05:21 UTC
622bb8d index dates correctly. 15 March 2009, 22:44:56 UTC
f8c1696 use Javascript's date format. 15 March 2009, 22:34:59 UTC
92efcb2 remove completed TODO items. 15 March 2009, 22:05:35 UTC
b3a67df fix serious tracking bug, requires reindexing. 15 March 2009, 20:52:47 UTC
064f588 fix deletion of deleted databases. 15 March 2009, 19:53:48 UTC
f3e1b96 reindex if transform changes. 15 March 2009, 19:38:42 UTC
35838dd remove updates map. 15 March 2009, 18:52:39 UTC
a8e7f4d safer update protocol. 15 March 2009, 18:50:53 UTC
c3f6304 include etag in JSON response to detect index update during federation. 15 March 2009, 16:07:38 UTC
15eb949 fix license file 14 March 2009, 00:19:09 UTC
1148b69 fix license file 14 March 2009, 00:18:20 UTC
1412302 merge bulk_fetch branch. We now fetch all documents in one request not N requests. 13 March 2009, 23:54:15 UTC
199b940 cache results for 5 minutes. 13 March 2009, 23:52:11 UTC
4e2de1b Merge branch 'master' into bulk_fetch Conflicts: TODO 12 March 2009, 23:04:32 UTC
57b8900 updated TODO. 12 March 2009, 23:02:49 UTC
5eb89a9 abort commit for any exception. 12 March 2009, 12:15:41 UTC
0e96b1d fetch docs in one request to _all_docs, not one per hit. 12 March 2009, 12:11:11 UTC
aa9ce5f highest score first, obviously... 12 March 2009, 00:40:30 UTC
1a7f8d5 default sort is by score then id. 12 March 2009, 00:37:39 UTC
8b220bb update TODO. 12 March 2009, 00:32:25 UTC
8a558ed improved federation script. 11 March 2009, 15:57:40 UTC
276a1f3 demo federation script, needs parameterizing. Will make it external-shaped soon. 11 March 2009, 10:47:32 UTC
5412469 fix readme 10 March 2009, 17:24:41 UTC
f6d5da4 add stale=ok support for searching. 10 March 2009, 15:08:36 UTC
8b817e5 remove println 10 March 2009, 10:49:57 UTC
c1c1126 enhance ability to specify ascending/descending order, now works with multiple fields. 10 March 2009, 10:47:29 UTC
9c8e5b0 updated TODO. 10 March 2009, 10:22:43 UTC
139a78c add info retrieval. 09 March 2009, 22:03:45 UTC
0e70c4f better handling of error conditions. 09 March 2009, 21:47:53 UTC
64f668a 2.4.1 available in normal maven repo now. 09 March 2009, 18:22:54 UTC
dfdc41c handle database names with slashes. 09 March 2009, 15:17:59 UTC
7a9f904 tokenize DC metadata. 08 March 2009, 20:06:01 UTC
1fa9138 update TODO 08 March 2009, 17:55:48 UTC
f6c35f6 don't store DC attributes. 08 March 2009, 14:26:26 UTC
f7ca60d remove println 08 March 2009, 12:44:34 UTC
8059ce0 s/couchdb/couchdb-lucene 08 March 2009, 12:40:06 UTC
46a3a37 include all DC attributes, if present. 08 March 2009, 12:38:19 UTC
44005d3 add some Tika testing. 08 March 2009, 12:18:39 UTC
2d4264e suppress null JSON object from index. 07 March 2009, 23:21:22 UTC
77d4f67 fix readme. 07 March 2009, 23:13:57 UTC
27518c8 some tidyups. Handle database deletion better. 07 March 2009, 23:09:55 UTC
59686cf call optimize at startup. 07 March 2009, 19:32:26 UTC
e8e11e5 remove dbname from updates once committed. 07 March 2009, 19:21:35 UTC
7d59f60 more logging 07 March 2009, 18:06:36 UTC
0563120 fixes. 07 March 2009, 18:03:52 UTC
8116d82 gracefully report errors while searching. 07 March 2009, 17:39:21 UTC
fd16315 update README.md 07 March 2009, 17:22:21 UTC
d6060de fixes. 07 March 2009, 17:09:21 UTC
674f06d Etag based caching for search results. 07 March 2009, 13:59:22 UTC
7dace10 use 2.4.1rc2 candidate. 07 March 2009, 12:46:10 UTC
17e44e2 cleanup. 07 March 2009, 12:35:09 UTC
431bc3d include more details of search in response. 07 March 2009, 12:34:15 UTC
10e4640 include more details of search in response. 07 March 2009, 12:32:13 UTC
83033d9 wip 07 March 2009, 12:26:15 UTC
ec562ec wip 07 March 2009, 12:19:00 UTC
923acf9 clear out non-search stuff from new Search class. 06 March 2009, 23:56:10 UTC
d37b18c refresh searcher on demand. 06 March 2009, 23:54:38 UTC
6537936 refactoring in process. 06 March 2009, 23:49:07 UTC
a2e9024 wip 06 March 2009, 22:26:46 UTC
5ed0868 Merge branch 'rhino' into beta 06 March 2009, 22:09:37 UTC
70a1e09 Merge branch 'revert_numbers' into beta 06 March 2009, 22:09:33 UTC
658c6a5 error code is number not string. 06 March 2009, 18:36:20 UTC
back to top