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

sort by:
Revision Author Date Message Commit Date
342c7cc cleanup 19 April 2011, 10:25:29 UTC
41b59d1 increase timeout so continuous feed works. 17 April 2011, 22:46:02 UTC
8f12ef9 https support via httpclient nio. 17 April 2011, 21:25:47 UTC
0da6cc5 httpclient nio example. 17 April 2011, 21:07:29 UTC
8e036f0 upgrade httpclient components to 4.1 17 April 2011, 18:20:33 UTC
14ae16d refinements. 16 April 2011, 22:12:33 UTC
ac652f2 working non-blocking HTTPS NIO client. 16 April 2011, 13:16:05 UTC
89887ff async-http-client spike 10 April 2011, 23:11:42 UTC
462bd31 proof of concept with ning asynch-http-client 10 April 2011, 16:44:33 UTC
b518029 proof-of-concept NIO _changes consumer. 10 April 2011, 14:09:49 UTC
bc1bd8f extend version compatibility matrix 03 April 2011, 22:17:35 UTC
df6a7a1 upgrade Lucene to 3.1.0 03 April 2011, 22:11:24 UTC
e5b488d clean locks after ensuring index dir exists. 02 April 2011, 10:05:34 UTC
6b5372e use SimpleFSLockFactory as NativeFSLockFactory is leaky bag of crap. Closes #110. 01 April 2011, 19:06:52 UTC
ecaec87 bump Tika to 0.9, fix test now whitespace is preserved. 19 March 2011, 23:41:28 UTC
3124308 make link to Snowball Analyzer. 14 February 2011, 10:08:40 UTC
484bf40 add Snowball Analyzer. 14 February 2011, 10:07:24 UTC
6dc569e don't change pendingSequence when we replay past ddoc updates. 05 February 2011, 13:50:02 UTC
2864de2 and escape html entities.. 30 January 2011, 00:41:35 UTC
0c6db37 make unzip requirement more obvious 30 January 2011, 00:40:49 UTC
bb2c9ce make couchdb-external-hook.py executable by all to avoid exit code 2 in many installs 18 January 2011, 13:29:08 UTC
99bc7c6 fix potential null case from the document on the _chages feed 14 January 2011, 15:56:57 UTC
2944c2c factor out repeated version number 06 January 2011, 11:15:31 UTC
69b98b1 update pom to 0.7-SNAPSHOT 24 December 2010, 12:24:28 UTC
5cb81db Incorporated Joe Hillenbrand's patch to allowing customization of default result set size limit. 23 December 2010, 12:07:07 UTC
6e6c4b5 Forcibly kill JVM on OOM. 08 December 2010, 09:42:19 UTC
bba040b allow default_operator=and. Closes #95 07 December 2010, 23:01:31 UTC
2ff52b0 send Content-Type header when requesting include_docs=true 07 December 2010, 21:57:27 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
back to top