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

sort by:
Revision Author Date Message Commit Date
15ad4a3 remove log statement. 24 July 2011, 10:57:52 UTC
ab884f9 escape README.md 24 July 2011, 10:45:02 UTC
419ec28 enhance instructions for couchdb 1.1 proxy feature. 24 July 2011, 10:43:55 UTC
9460025 allow _ and . in field names. (closes #128) 15 July 2011, 18:56:13 UTC
805ecbc use OS-insensitive path assertion. (closes #127) 14 July 2011, 08:33:32 UTC
2c39f22 bump to 3.3.0 02 July 2011, 20:17:58 UTC
d6280ef remove unused imports 11 June 2011, 18:43:35 UTC
3098af1 use global Constants.VERSION when opening index writer. 11 June 2011, 18:40:40 UTC
cd29c07 send sort_order as json 11 June 2011, 16:39:23 UTC
0feac67 update atomically (and sequentially) with new addDocuments method. 11 June 2011, 14:20:26 UTC
36ec57b bump to LUCENE_32 11 June 2011, 14:20:26 UTC
3447000 show info during testing/debugging. 11 June 2011, 14:20:26 UTC
15eed33 bump to lucene 3.2 and use new feature to return numeric fields as numbers, not strings. 08 June 2011, 15:49:26 UTC
bea92df pass since= correctly. 08 June 2011, 15:35:32 UTC
b41bbb7 consume entity. 06 June 2011, 11:24:45 UTC
094ac8c marshal errors for missing sections better. 06 June 2011, 11:24:45 UTC
6330a04 null out context when we exit. 06 June 2011, 11:15:01 UTC
7dd58cc 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. 06 June 2011, 11:14:16 UTC
4c46e5d BigCouch compatibility. 05 June 2011, 10:05:58 UTC
4233e12 No good, try again. :) Revert "Add support for BigCouch update sequences. (EXPERIMENTAL)" This reverts commit 467a5494c112d5b301f33418a88d879b94702cb9. 04 June 2011, 19:46:02 UTC
695c686 use constant in both places and give it a better name 28 May 2011, 12:34:30 UTC
53f99c1 encode POST and PUT bodies in UTF-8 (closes #120) 28 May 2011, 12:33:48 UTC
279971c tolerate missing docs when using include_docs=true 28 May 2011, 12:13:49 UTC
c7fad27 tolerate null reason from jetty response. 28 May 2011, 12:08:51 UTC
566f813 remove spurious double-fetch (closes #119) 27 May 2011, 07:47:52 UTC
0081272 Merge pull request #118 from cliffano/master running couchdb-lucene using .war file 26 May 2011, 14:36:58 UTC
60e5d08 Restored LuceneServlet original indentation. 26 May 2011, 14:10:36 UTC
1c08058 Added documentation about building a .war file. 25 May 2011, 14:15:36 UTC
a260e07 Added web.xml and renamed main/conf to main/resources, both to simplify war file build using mvn war:war. Assembly descriptor still puts those resources files to conf dir in -dist.zip . 25 May 2011, 13:08:22 UTC
2977df2 Added no-argument constructor to LuceneServlet, handy for web.xml setting when running via Tomcat. Extracted configuration handling to Config class, used by Main and LuceneServlet's no-arg constructor. 19 May 2011, 06:28:07 UTC
9d3402a Don't attempt to exit context if you crash before entering it (closes #114) 08 May 2011, 18:04:17 UTC
467a549 Add support for BigCouch update sequences. (EXPERIMENTAL) 08 May 2011, 16:38:10 UTC
85bf6fa use SingleInstanceLockFactory as we do share Directory instances for NRQ reasons. This eliminates worries about file locks. 07 May 2011, 21:47:44 UTC
0ac37b8 add note about brew recipe. 26 April 2011, 09:36:24 UTC
f038055 stream attachments through Tika to avoid 100,000 byte limit. 19 April 2011, 11:08:31 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
back to top