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

sort by:
Revision Author Date Message Commit Date
658c6a5 error code is number not string. 06 March 2009, 18:36:20 UTC
5d4e56a update readme. 06 March 2009, 16:49:47 UTC
682e93f return unavailable error at startup so the external process is not killed. 05 March 2009, 16:06:43 UTC
7198984 fix skip/max error. 05 March 2009, 00:23:59 UTC
88ceef7 1.5 compliance. 23 February 2009, 13:38:22 UTC
439943f handle document ID's with spaces in them (ensure they're indexed as a single token). 19 February 2009, 13:22:38 UTC
48192b1 encode document ID as well, it might contain spaces, etc. 19 February 2009, 10:56:50 UTC
4ddea0a perform URL-escaping for attachment names, add some debugging. 18 February 2009, 23:08:51 UTC
6ca08c3 update TODO 18 February 2009, 22:41:07 UTC
ec94e21 updated README.md 18 February 2009, 22:30:57 UTC
4a60080 use couchdb's content_type rather than auto-detect. 18 February 2009, 22:27:26 UTC
2a4e767 use Apache Tika to extract content of Word/PDF/XLS, etc. *very* alpha. 18 February 2009, 22:06:20 UTC
118d28e JSON example output. 17 February 2009, 23:56:44 UTC
edecb56 remove rhino from this branch 17 February 2009, 01:15:35 UTC
490ae39 break long lines in README.md 14 February 2009, 15:04:37 UTC
ad9096f tweak README.md 14 February 2009, 14:56:39 UTC
5220b65 tweak README.md 14 February 2009, 14:54:46 UTC
b207965 improve README readability. 14 February 2009, 14:54:02 UTC
9e73fa9 allow customization of lucene directory. 14 February 2009, 14:39:00 UTC
d00cfd6 remember to tweak lifecycle. Kick off a process using update_notifications and talk to it from _external over stdin/out. 11 February 2009, 04:44:30 UTC
19cdc67 use NumberTools to encode numeric-looking fields and override QueryParser's behavior to allow numeric range queries. 11 February 2009, 04:40:06 UTC
d2d34d2 use NumberTools to encode numeric-looking fields and override QueryParser's behavior to allow numeric range queries. 11 February 2009, 04:39:45 UTC
1ea8e65 fix loop when totalHits is less than skip and max. 11 February 2009, 02:50:36 UTC
2b3a40d extract http execution and use inputstream for better buffering and less stderr warnings. :) 11 February 2009, 02:28:31 UTC
bb74507 remove TODO item related to using _all_docs. 11 February 2009, 02:23:36 UTC
56e7a78 use _all_docs to fetch all documents in one call. apply synchronization around httpclient methods. 11 February 2009, 02:22:10 UTC
590d2a1 note to 'fix' range queries. 10 February 2009, 02:18:45 UTC
edc5d76 add license (apache 2). 09 February 2009, 19:57:38 UTC
8626e06 wip 09 February 2009, 19:51:24 UTC
9486956 remove println 09 February 2009, 02:28:05 UTC
9e44567 synchronized query method. Introduce configurable MAX_LIMIT value, set to 250 by default. 09 February 2009, 02:27:34 UTC
e52c580 include total duration (to quantify the cost of include_docs) 09 February 2009, 02:12:58 UTC
1c77d7b add include_docs option to query. 09 February 2009, 02:07:37 UTC
e5ac930 include search duration in debug output. 08 February 2009, 05:06:05 UTC
ee94b7b allow multiple sort columns 08 February 2009, 04:34:34 UTC
6ee809c exclude design documents from indexing 08 February 2009, 04:16:58 UTC
e4aac66 update README to match range behavior. 08 February 2009, 04:12:39 UTC
421c4ca index numbers naturally for efficient sorting at the cost of breaking range queries. 08 February 2009, 04:05:59 UTC
a9849b6 mutex around reader update. print full details of sorting in app and debug mode. 08 February 2009, 03:59:33 UTC
d09be43 experimental handling for float/double values, include more info when exceptions are raised. 08 February 2009, 02:58:31 UTC
3e92c32 use NumberTools for correct range searching on numeric fields. 08 February 2009, 01:41:06 UTC
9536fd5 forcibly unlock locked index at startup (crash recovery). 08 February 2009, 01:13:44 UTC
302656b add ability to sort ascending or descending. 08 February 2009, 01:02:10 UTC
21224e3 force full reindex if lucene is ahead of couchdb. 08 February 2009, 00:42:56 UTC
616554d updated README 08 February 2009, 00:19:56 UTC
a977d05 example 07 February 2009, 01:17:56 UTC
c247c39 another example query 07 February 2009, 01:11:32 UTC
5810a85 updated README. 07 February 2009, 00:35:17 UTC
746e1f4 asynchronous startup to avoid timeout on first query. 07 February 2009, 00:27:32 UTC
6226dae present application/json unless debug=true, in which case pretty-print html of the response instead. 06 February 2009, 18:27:28 UTC
7cc1a1f use text/plain so results show in browser window. 06 February 2009, 00:35:54 UTC
6d8a17d Merge branch 'master' of git@github.com:rnewson/couchdb-lucene 04 February 2009, 20:50:37 UTC
9ba9009 display DOC and SCORE in sort_order result. 04 February 2009, 20:48:30 UTC
0978a4b updated README to reflect current setup. 01 February 2009, 04:47:32 UTC
436b007 remove deleted documents from index. 29 January 2009, 13:25:47 UTC
980f815 expunge deleted documents when there's over a 1000 of them. 29 January 2009, 13:15:19 UTC
89c704e optimize on cactchup, delete all if progress is -1, updateDocument to ensure only latest revision is present in index. 29 January 2009, 13:00:08 UTC
446c14e make assembly the default goal, just type 'mvn' to build jar with dependencies. 29 January 2009, 12:52:06 UTC
1531a41 daemon thread for indexing Timer for clean shutdown. 29 January 2009, 04:52:35 UTC
f771bd5 store _id and _rev 29 January 2009, 03:51:19 UTC
2b9eb5b track progress 29 January 2009, 03:30:23 UTC
8beaafb add rhino dep. 27 January 2009, 13:35:12 UTC
f0c44d7 wip 26 January 2009, 12:59:50 UTC
0512dc8 wip 26 January 2009, 12:57:37 UTC
c8cb827 updated TODO. 26 January 2009, 03:49:45 UTC
66986b7 added TODO 26 January 2009, 03:44:13 UTC
c22e85f basic search and indexing code. Doesn't remember where it left off, so will continually add all documents all the time. fixing that soon. 26 January 2009, 03:37:26 UTC
d4fe424 initial maven2 pom. 25 January 2009, 15:49:43 UTC
fc85804 first commit, empty README. 25 January 2009, 15:38:46 UTC
back to top