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

sort by:
Revision Author Date Message Commit Date
8b317e7 permit negative numbers in numeric range queries. 21 January 2010, 14:36:33 UTC
f4799dc handle older Python versions in hook script. 18 January 2010, 20:00:24 UTC
cf19b09 change pwd to top-level install so 'run' works no matter your cwd. 18 January 2010, 18:07:09 UTC
ce04d74 use ls instead of find in bin/run to improve cross-platform compatibility. 16 January 2010, 21:23:49 UTC
e1403ec fix bundled couchdb-lucene.ini 16 January 2010, 20:19:31 UTC
a84ba74 convert unicode to utf-8 before urlencode call 15 January 2010, 14:20:55 UTC
2c6108a commit once per minute (really needs to be configurable) 13 January 2010, 11:50:05 UTC
ddfd64d allow either 'verb' or 'method' in req object. 13 January 2010, 11:44:50 UTC
abb8917 remove stderr stmt 13 January 2010, 11:35:45 UTC
ad8f550 provide some feedback on update rate. 12 January 2010, 21:45:57 UTC
5fe0ab4 add welcome message to / for version info and external monitoring. 12 January 2010, 16:19:51 UTC
f6ac048 line breaks 10 January 2010, 12:35:12 UTC
0cf4941 correct info urls. 10 January 2010, 12:34:30 UTC
b4616fb support _optimize and _expunge calls. (fix documentation) 10 January 2010, 12:29:58 UTC
8203af6 support _optimize and _expunge calls. 10 January 2010, 12:22:19 UTC
8ab2472 use the correct Analyzer when querying, no need to require the caller to know it. 09 January 2010, 19:47:06 UTC
5c31624 add note to remove analyzer= option from query, get the correct answer from the view instead. 09 January 2010, 19:34:48 UTC
787f01c add note about radial searching. 09 January 2010, 18:37:08 UTC
460f5c6 add example spatial/geographical query 09 January 2010, 18:08:10 UTC
c7fe5fb add licence boiler plate 09 January 2010, 17:22:16 UTC
48c62dd include analyzer and defaults settings in view path calculations : Unfortunately, this will force a rebuild of all recent 0.5 indexes, sorry. 09 January 2010, 15:50:44 UTC
981588d update TODO now perfield and config work is done. 09 January 2010, 15:18:59 UTC
90ddcb3 Merge branch 'config' 09 January 2010, 14:48:51 UTC
05c293d remove failover and multi examples as this there is no supporting code as yet. 09 January 2010, 14:48:38 UTC
4912c84 fix external hook for ini changes. 09 January 2010, 14:47:02 UTC
065dfa4 fix search when last commit is a _design change. 09 January 2010, 14:42:49 UTC
3cf2b41 fix config lookups 09 January 2010, 14:35:20 UTC
1988942 fix // in _changes call. 09 January 2010, 14:35:02 UTC
f6a0766 add perfield analyzer test 09 January 2010, 14:01:22 UTC
77ad791 .properties to .ini 09 January 2010, 14:01:00 UTC
b74809c Merge branch 'master' into config 08 January 2010, 23:44:34 UTC
1325fd3 more docs for perfield analyzer. 08 January 2010, 11:27:24 UTC
86569b1 use 'default' consistently. 08 January 2010, 11:18:07 UTC
690dbc5 handler perfield without args 08 January 2010, 11:08:56 UTC
76d290d add perfield analyzer support 08 January 2010, 09:05:38 UTC
2325a77 update TODO to remember to add perfield 07 January 2010, 15:27:11 UTC
5675f7a fix path 07 January 2010, 00:42:12 UTC
c132ac1 don't commit to a path since we don't know where it is 07 January 2010, 00:37:39 UTC
2e0e0c5 Merge remote branch 'origin/integration' 07 January 2010, 00:36:11 UTC
ecedeb0 run java with exec so a new process isn't spawned 07 January 2010, 00:09:43 UTC
3fd3c8b remove mention of _db as it doesn't exist. 04 January 2010, 22:52:47 UTC
766d874 support multiple q parameters in one call. 04 January 2010, 00:09:12 UTC
b8e7d66 Merge branch 'master' into config 03 January 2010, 23:51:21 UTC
b248025 trim leading and trailing double quote characters from functions before evaluation. 03 January 2010, 23:50:13 UTC
93b3182 Merge branch 'master' into config 03 January 2010, 00:22:38 UTC
65d4283 update todo 03 January 2010, 00:22:30 UTC
a25349f update todo 03 January 2010, 00:18:58 UTC
36a794e Merge branch 'master' into config 29 December 2009, 15:46:19 UTC
54cc92b don't reuse connection as httplib has buggy persistent connection support (see http://bugs.python.org/issue3566) 29 December 2009, 15:45:54 UTC
54a87d6 fix info calls 29 December 2009, 09:14:13 UTC
736d409 push config into servlets. 25 December 2009, 14:44:08 UTC
24408da switch to .ini config format. 25 December 2009, 14:36:17 UTC
c5b354d add commons-configuration dep. 25 December 2009, 14:23:03 UTC
43003c1 move sample config to distributed config file 25 December 2009, 14:17:08 UTC
30ba7fa sample config file 25 December 2009, 14:15:46 UTC
6b106ac cleanup docs 25 December 2009, 13:55:57 UTC
fa0e48f add docs for numeric sorting too. 24 December 2009, 14:05:47 UTC
2b14b76 describ syntax for all forms of numeric range query 24 December 2009, 13:51:10 UTC
5954512 add tests for four ISO-8601 date/time patterns for numeric range searches 24 December 2009, 13:38:21 UTC
2931de8 tidy CustomQueryParser and add some tests 24 December 2009, 13:23:25 UTC
8807707 fix dependency scopes 23 December 2009, 20:28:19 UTC
30c758e remove TestServlet and reduce test dependency scope 23 December 2009, 20:04:19 UTC
a79793a re-add jcip dependency for jdk5 compilation 23 December 2009, 20:03:49 UTC
d91ee13 don't emit misleading 'committed checkpoint' statement if no documents were added at all. 23 December 2009, 10:51:16 UTC
082b7da httplib lower-cases HTTP responses headers -- so fix that ourselves. 23 December 2009, 10:13:00 UTC
5cfa20c fix error in example 23 December 2009, 01:43:32 UTC
7e70053 handle 0.10 deleted documents 23 December 2009, 01:16:36 UTC
6f9f88a include external hook in zip 23 December 2009, 01:16:25 UTC
180e215 fix README now 0.5 is usable 22 December 2009, 23:38:14 UTC
ef3d4be tentatively recommend 0.5 over 0.4 22 December 2009, 23:27:28 UTC
6ea2766 more tests 22 December 2009, 23:18:03 UTC
e1db831 replace json to rhino conversion code, accounting for for loop iteration 22 December 2009, 23:09:25 UTC
61a56b2 convert ISO-8601 range queries to numeric range query (EXPERIMENTAL) 22 December 2009, 21:47:22 UTC
a795c48 log exceptions raised during indexing. 22 December 2009, 21:37:07 UTC
4669883 round dates to nearest second when indexing to avoid term explosion. 22 December 2009, 21:16:24 UTC
f512ec9 trace level shows the produced documents 22 December 2009, 20:38:39 UTC
c654a14 better toString format for IndexPath 22 December 2009, 20:34:38 UTC
a5c9d43 make log events before and after writer.commit() 22 December 2009, 20:13:33 UTC
58096d0 don't return null for mixed-cased range queries. 22 December 2009, 18:56:13 UTC
1c40e8b handle null better in JSON*Adapter 22 December 2009, 18:17:30 UTC
b7eab8b capture exceptions during indexing and report them 22 December 2009, 18:01:11 UTC
cc08b7f allow configuration over which address to bind to 22 December 2009, 17:39:05 UTC
c11d33e handle databases with embedded slashes 21 December 2009, 19:42:03 UTC
0e03eb2 use new parseToString for simpler handling. 21 December 2009, 17:58:00 UTC
864375b upgrade to Tika 0.5 21 December 2009, 17:53:09 UTC
e97517c rewrite 0.5 warning now that many bugs have been squashed today 21 December 2009, 17:33:44 UTC
c2d0c08 change default logging to be less noisy 21 December 2009, 17:31:51 UTC
cd731bd handling query against missing database 21 December 2009, 16:45:59 UTC
1155ed9 use a shared connection pool 21 December 2009, 16:09:58 UTC
fc8e42c add support for 0.10.x 21 December 2009, 15:51:05 UTC
cd8f20b more tweaks to exception reporting. 21 December 2009, 15:03:54 UTC
980372a tidy up python script 21 December 2009, 13:56:13 UTC
24d6818 call 'info' for calls without query argument 21 December 2009, 13:47:33 UTC
bfea51b clarify error message 21 December 2009, 13:47:10 UTC
977f0ad log exceptions at warn level except for expected exception 21 December 2009, 13:17:40 UTC
c0ae0cb abort _changes reader of digest function changes or full text view is deleted. 20 December 2009, 23:52:56 UTC
ef31188 reduce log messages to trace level. 20 December 2009, 23:52:15 UTC
b0ac185 clean up 19 December 2009, 17:01:48 UTC
020e384 distinguish missing view with null 19 December 2009, 17:01:37 UTC
aec5bb9 refactor req.getPathInfo() to Utils.getPath() 16 December 2009, 16:27:08 UTC
back to top