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

sort by:
Revision Author Date Message Commit Date
900997e Merge branch 'master' into termvectors 12 April 2012, 22:39:02 UTC
453c434 fix some deprecation warnings 12 April 2012, 22:38:34 UTC
7c7f1cd use new getFieldsInfo API to list indexed fields 12 April 2012, 22:32:41 UTC
a93c9d3 configure eclipse plugin to pull source and javadocs 12 April 2012, 22:21:38 UTC
de778fb Bump to lucene 3.6 12 April 2012, 22:18:26 UTC
078bff8 Bump to lucene 3.6 12 April 2012, 22:18:16 UTC
ef003db expose term vectors 29 March 2012, 09:50:05 UTC
db213d8 Bump to Tika 1.1 26 March 2012, 22:08:22 UTC
d8c46d2 Add travis build status image 16 March 2012, 22:16:36 UTC
c6243ff add .travis.yml 16 March 2012, 22:10:08 UTC
3f20378 Allow dash in field name (but not at start). (Closes #154) 07 March 2012, 10:51:30 UTC
8cb75b7 Make build platform-independent 07 March 2012, 10:51:17 UTC
daf007b Simplify compatibily statement 09 February 2012, 14:33:15 UTC
1a42a6f Merge pull request #149 from moonmaster9000/patch-1 IF Maven 3 now works with CouchDB Lucene, update README to reflect that. 10 January 2012, 20:18:30 UTC
5a61a35 IF Maven 3 now works with CouchDB Lucene, update README to reflect that. 10 January 2012, 20:03:11 UTC
5415d3f Add test to verify JSON.stringify works in document conversion 10 January 2012, 13:02:53 UTC
c6504e5 Upgrade to Rhino 1.7R3 and enable partial Javascript 1.8 support 10 January 2012, 12:55:57 UTC
964e37e update pom.xml to 0.9.0-SNAPSHOT 09 January 2012, 21:19:02 UTC
3313582 Update pom.xml to 0.8.0 09 January 2012, 21:13:48 UTC
acc44bf SSL support added in 0.7.0 08 January 2012, 19:25:44 UTC
c9b7ed9 Prep init.d script for 0.8.0 release 08 January 2012, 19:20:00 UTC
c0c534a Prep notes for 0.8.0 release 08 January 2012, 19:19:39 UTC
3f4cc06 back to snapshot 07 January 2012, 19:33:50 UTC
a321ed8 0.8.0-RC1 07 January 2012, 19:28:48 UTC
5c4189b Bump to Lucene 3.5 07 January 2012, 14:01:09 UTC
aa92f3f Include ddoc and view name when reporting compilation errors. (closes #126) 07 January 2012, 13:31:51 UTC
d2a4d55 Use last_seq not update_seq I had assumed that the update_seq value from GET /dbname would always match the last_seq value in the changes feed. It turns out that some changes, like PUT /dbname/_revs_limit and PUT /dbname/_security can increase update_seq without making an entry in the changes feed. The upshot of this discrepancy is that c-l will hang waiting for an update that will never arrive. The fix is to read the last_seq value from the changes feed instead and then wait for the indexer to catch up to that value. 07 January 2012, 12:53:19 UTC
958d492 Document some new options 13 December 2011, 17:45:35 UTC
c1b0e25 Allow configuration of Parser.setLowercaseExpandedTerms setting 13 December 2011, 17:36:21 UTC
a62fbb7 Point at the current query parser page 30 November 2011, 12:42:51 UTC
2278688 Upgrade to Tika 1.0 09 November 2011, 14:33:47 UTC
fa1e702 Allow leading wildcard (disabled by default for performance reasons: closes #138) 31 October 2011, 11:46:24 UTC
2ea60bc add classic analyzer for pre 3.1 email address matching 29 October 2011, 17:09:26 UTC
0b94022 add missing gt; 10 October 2011, 09:35:14 UTC
106bfed bump Tika to 0.10, fix Word test accordingly. 08 October 2011, 18:48:29 UTC
f2106f3 upgrade to Lucene 3.4.0. 18 September 2011, 16:23:51 UTC
2d96db8 remove misleading 'transforms' term. 15 September 2011, 10:01:31 UTC
ab7f5d8 fix NPE for since variable. 24 August 2011, 12:51:04 UTC
c9d4f76 Add include_fields option to return a chosen subset of stored fields. (closes #134) 18 August 2011, 21:01:39 UTC
2525171 don't worry about uuid dirs with no subdirs. 16 August 2011, 22:02:16 UTC
25ab23b include uuid and digest in index info (closes #132) 01 August 2011, 22:00:43 UTC
1ed435a bump to 0.8.0-SNAPSHOT 01 August 2011, 22:00:43 UTC
0a4bc41 Merge pull request #131 from stefankoegl/patch-1 <int> type specifier belongs to the field, not the "sort" parameter 29 July 2011, 09:23:44 UTC
4ae6c50 <int> type specifier belongs to the field, not the "sort" parameter 29 July 2011, 06:40:59 UTC
9a4f268 Merge pull request #130 from daugaard/master Added support for colon (:) in design document id 26 July 2011, 13:34:06 UTC
05dd22f Added support for colon (:) in design document name. 26 July 2011, 13:12:36 UTC
385c720 change version to 0.7.0 24 July 2011, 10:57:52 UTC
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
back to top