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

sort by:
Revision Author Date Message Commit Date
d064119 update pom for 0.6.1 07 June 2011, 08:45:25 UTC
5823b3e improve TikaTest 07 June 2011, 08:45:08 UTC
a702209 null out context when we exit. 07 June 2011, 08:35:25 UTC
6d2e1fa Don't attempt to exit context if you crash before entering it (closes #114) 07 June 2011, 08:35:09 UTC
9c4221c Revert tika streaming as this consumes the body that Lucene then attempts to read (and fails). Raise Tika's 'to string' limit instead. This reverts commit f038055b36523dfd75a3e92b3423e2ed3a81f280. 07 June 2011, 08:33:45 UTC
0f64894 encode POST and PUT bodies in UTF-8 (closes #120) 28 May 2011, 12:35:05 UTC
1c5203d stream attachments through Tika to avoid 100,000 byte limit. 19 April 2011, 11:10:48 UTC
2ea58a9 fix potential null case from the document on the _chages feed 14 January 2011, 15:57:08 UTC
2c49f74 fix init.d/couchdb-lucene version number. 06 January 2011, 11:40:11 UTC
f46c7d1 update pom to 0.6.0 27 December 2010, 19:41:52 UTC
68c3c78 Incorporated Joe Hillenbrand's patch to allowing customization of default result set size limit. 23 December 2010, 12:07:01 UTC
95858f7 Forcibly kill JVM on OOM. 08 December 2010, 10:10:19 UTC
9efa799 allow default_operator=and. Closes #95 07 December 2010, 23:01:23 UTC
6f81165 send Content-Type header when requesting include_docs=true 07 December 2010, 21:57:17 UTC
80b3ef9 update docs for impending 0.6.0 release 06 December 2010, 13:48:35 UTC
af27ef6 upgrade to Lucene 3.0.3 06 December 2010, 13:19:32 UTC
1bec5af support new Tika 0.8 DATE Property. 25 November 2010, 21:48:06 UTC
80c8afe Upgrade to Tika 0.8. 25 November 2010, 18:27:38 UTC
513e1ff don't indent when debug=false 20 November 2010, 00:08:44 UTC
933600e valid JSON on success pls 19 November 2010, 23:49:03 UTC
70c8bf6 document new analyzer query parameter 14 November 2010, 23:10:42 UTC
6deb664 refactor new ?analyzer= feature. 14 November 2010, 00:15:18 UTC
5146600 fix NULL handling for test suite. 12 November 2010, 15:26:23 UTC
6f6d54f throw JSONException and remove unused method. 12 November 2010, 15:00:32 UTC
09c018d Merge branch 'master' of https://github.com/anandology/couchdb-lucene into anandology-master 12 November 2010, 14:55:58 UTC
17647ea Merge branch 'json' Conflicts: src/main/java/com/github/rnewson/couchdb/lucene/DocumentConverter.java 12 November 2010, 14:55:30 UTC
52d27f0 Support for specifying analyzer as query parameter. 12 November 2010, 14:36:05 UTC
375aad6 remove unused imports and dead code. 10 November 2010, 12:11:51 UTC
502f37b fix null test. 10 November 2010, 10:51:51 UTC
2a15f14 tidy ServletUtils, make names of the same form. 10 November 2010, 10:50:09 UTC
f53e98b switch to org.json 10 November 2010, 10:46:29 UTC
6d612ca convert JSONNull to null. 09 November 2010, 21:10:28 UTC
fd58f69 demonstrate bug in json-lib 09 November 2010, 19:58:04 UTC
dcad252 record committment to support OpenJDK for 0.6 release 05 November 2010, 14:52:37 UTC
470171d change examples to index attachments into default field. 23 October 2010, 17:58:02 UTC
8449a2c add explicit versions to plugins. 13 October 2010, 16:32:27 UTC
fe43cf0 add whitespace analyzer. 13 October 2010, 16:06:44 UTC
dda9276 more README fixes. 13 October 2010, 11:46:14 UTC
c79d771 more README fixes. 13 October 2010, 11:45:36 UTC
95b38b9 more html escaping. 13 October 2010, 11:42:28 UTC
77a2868 suppress WARN level messages during test suite. 06 October 2010, 10:56:56 UTC
a7e953e Added an example of date range query into "Numeric range queries" section 06 October 2010, 09:05:53 UTC
515d0b9 Deleted extra quotes in date range example 06 October 2010, 09:05:53 UTC
b4e054e Added another example of valid format for date string in `date` field types See commit `7f4e703cb02a309221981943da912803be2ef24e` which introduced the freeform "January 6, 1972 16:05:00" format. The "1972/1/6 16:05:00" format is presumably more compatible with various platforms and easier to return from `strftime()`. 06 October 2010, 09:05:52 UTC
0aab10c merge NEWS from 0.5.x branch to master 02 October 2010, 11:37:54 UTC
8fb7e17 Fix NullPointerException when calling _cleanup when listFiles returns null. Since this is usually caused by a permissions issue, a WARN level log event is issued to indicate the problem, and the _cleanup call returns a 500 to indicate a server-side error. Closes #83. 02 October 2010, 11:31:16 UTC
621d13c respect embedded commas when splitting q parameter 27 September 2010, 15:01:20 UTC
c113dc5 A tidier fix and a better error response for uncompilable fulltext functions 02 September 2010, 17:26:22 UTC
ba09600 release the latch in all conditions so that queries don't block. 02 September 2010, 17:13:30 UTC
c1ade07 demonstrate that bad code throws a runtime exception. 02 September 2010, 17:03:13 UTC
8edd63b Send a Content-Header in the response in all cases. 02 September 2010, 15:33:35 UTC
bbaf4c8 ensure TZ matches date assertions 19 August 2010, 11:14:47 UTC
7f4e703 correct new Date(str) example and add matching test. 13 August 2010, 23:03:51 UTC
e093735 assert date is converted to value correctly 13 August 2010, 22:28:10 UTC
81ea4c1 more escapin' 13 August 2010, 16:31:46 UTC
5ccda10 send 400 for unrecognized admin requests, not 200 12 August 2010, 09:25:28 UTC
11310d7 remove unused imports, fix Generics warning. 12 August 2010, 09:19:16 UTC
1ddad7b Update the README to reflect current behavior of stale=ok 12 August 2010, 07:50:37 UTC
46d75df bugfix for the init.d-script 12 August 2010, 05:56:32 UTC
29a4512 Added init.d-script for couchdb-lucene Tested with Ubuntu 10.04 The support is kind of experimental and should be use with caution. You need to adjust tools/etc/init.d/couchdb-lucene and set the DAEMON variable to the correct cl installation path. To install the init.d script, just link from $COUCHDB_LUCENE_PATH/tools/etc/init.d/couchdb-lucene to /etc/init.d/couchdb-lucene and "update-rc.d couchdb-lucene defaults" if you wish to have it autostarted at system boot. 12 August 2010, 05:56:32 UTC
5501484 remove osxbundle config 10 August 2010, 20:52:01 UTC
e4e244c indent pom.xml with TextMate. 10 August 2010, 20:51:22 UTC
cc88b5b add note about compatibility with 1.0.x 28 July 2010, 09:35:14 UTC
c2e22e2 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:32 UTC
4459d41 record jchris's suggestion for improved auth 25 July 2010, 18:04:35 UTC
87ed66f fix search timeout code. 19 July 2010, 03:06:52 UTC
1043e5c tolerate non-json error strings in JSONErrorHandler. 19 July 2010, 03:04:27 UTC
9b37552 increase default search timeout to 10s. 19 July 2010, 03:03:56 UTC
a04e9cf increase logging when testing. 19 July 2010, 02:27:53 UTC
a02e300 handle urls that don't include user:pass. oops :) 19 July 2010, 02:22:22 UTC
378e322 add basic authentication for require_valid_user=true users. 14 July 2010, 01:06:29 UTC
4bda2d7 add millisecond-precision datetime pattern for date field searches. 13 July 2010, 02:32:09 UTC
131f0e5 improve JSONErrorHandler. 08 July 2010, 01:55:48 UTC
5a38fe3 add note to fix/restore authentication to secured couchdb instance 07 July 2010, 10:50:54 UTC
15de3b7 escape some <>'s 30 June 2010, 16:40:09 UTC
5a7f9c7 Merge branch '0.5.x' 30 June 2010, 10:10:10 UTC
07d49de fix reindexing bug. closes #62. 30 June 2010, 09:57:47 UTC
51a152b Merge branch '0.5.x' Conflicts: src/main/java/com/github/rnewson/couchdb/lucene/LuceneServlet.java 29 June 2010, 23:15:08 UTC
d957e64 make Welcome request report actual version number from manifest. 29 June 2010, 23:14:11 UTC
4219e5e Merge branch '0.5.x' 29 June 2010, 22:26:21 UTC
fad4eb1 document the syntax for numeric terms. 29 June 2010, 22:26:00 UTC
fcb4abc Merge branch '0.5.x' 29 June 2010, 20:13:45 UTC
ca21eec allow term queries on numerically indexed fields. closes #61. 29 June 2010, 20:13:38 UTC
4f746d2 upgrade to Lucene 3.0.2 24 June 2010, 17:47:30 UTC
f4c8e2c clean TODO and add important note about welcome message accuracy. 24 June 2010, 09:12:12 UTC
28e68ab Merge branch '0.5.x' Conflicts: pom.xml 24 June 2010, 09:06:14 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
b0663ec correct misleading .attachment examples (but, hey, one of them was correct). 23 June 2010, 09:16:06 UTC
823c993 Merge branch '0.5.x' 13 June 2010, 11:28:18 UTC
a52771e #59 - permit escaped / characters in database name. 13 June 2010, 11:27:29 UTC
a26642d merge document improvements from 0.5.x 05 June 2010, 22:04:55 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
eaac893 make searching thread-safe. 01 June 2010, 12:03:42 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
back to top