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

sort by:
Revision Author Date Message Commit Date
ce773de this 1.0.2 05 November 2014, 00:03:34 UTC
18a2a2b Use the same precisionStep when indexing as when querying Doing otherwise leads to all kinds of crazy results. closes #207 04 November 2014, 23:47:39 UTC
71cee3b Merge pull request #206 from lucag/master Fixed ClassCastException when returning stored numerical fields. 31 October 2014, 09:39:33 UTC
62dd602 Fixed ClassCastException when returning stored numerical fields. 30 October 2014, 19:41:26 UTC
da6d2e7 Open 1.0.2 18 July 2014, 20:57:55 UTC
7ad82f1 this is 1.0.1 18 July 2014, 20:57:04 UTC
0b314fb Honor index setting for strings Closes #199 18 July 2014, 20:43:04 UTC
84e543b Bump the Version we use to create/open indexes Lucene 4.8 adds checksums and Lucene 4.9 adds 'SortedNumeric'. The former is immediately useful, the latter only with a code change to use that new type, but we might as well update to the latest here. 05 July 2014, 18:43:21 UTC
f6089e5 update NEWS (darnit) 05 July 2014, 17:58:21 UTC
5817a37 open 1.0.1 05 July 2014, 17:55:51 UTC
42170a9 This is 1.0.0 05 July 2014, 17:55:05 UTC
ce643e4 Remove ancient 'breaking changes' section 05 July 2014, 17:53:56 UTC
4873ffa Update Travis JVM test matrix 05 July 2014, 17:49:46 UTC
c2b1019 Upgrade to Lucene 4.9.0 05 July 2014, 17:47:12 UTC
d2496d8 Raise minimum JDK to 7 05 July 2014, 17:47:12 UTC
0294342 Merge pull request #198 from darylyu/patch-2 web.xml: Add space right after PUBLIC for DOCTYPE 01 July 2014, 18:31:30 UTC
17930c7 Merge pull request #197 from darylyu/patch-1 pom.xml: set encoding of Maven to UTF-8 01 July 2014, 18:31:23 UTC
253b22c web.xml: Add space right after PUBLIC for DOCTYPE Tomcat was complaining about this and wouldn't launch the WAR. 01 July 2014, 05:54:59 UTC
e9802e9 pom.xml: set encoding of Maven to UTF-8 I was getting ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project couchdb-lucene: Compilation failure: Compilation failure: [ERROR] /home/dyu/src/couchdb-lucene/src/test/java/com/github/rnewson/couchdb/lucene/CustomQueryParserTest.java:[103,40] error: unmappable character for encoding ASCII [ERROR] /home/dyu/src/couchdb-lucene/src/test/java/com/github/rnewson/couchdb/lucene/CustomQueryParserTest.java:[103,41] error: unmappable character for encoding ASCII ``` 01 July 2014, 03:26:31 UTC
0d38751 Fix test 30 June 2014, 19:45:29 UTC
8c9a5db Upgrade to Lucene 4.7.2 16 April 2014, 22:30:24 UTC
aa7d0fc Upgrade to Lucene 4.7.1 and Tika 1.5 02 April 2014, 20:42:01 UTC
ecd01e3 Getting index info should not block 01 April 2014, 21:53:15 UTC
d72fe8e Add the option to have _changes feeds time out 23 March 2014, 23:17:52 UTC
daf3aeb We're going for gold 22 March 2014, 22:39:40 UTC
b42a76b optimize imports 22 March 2014, 22:39:20 UTC
c2bca15 Upgrade to Lucene 4.7.0 (finally) 22 March 2014, 22:05:16 UTC
2f90a5b Reformat (goodness what a mess) 22 March 2014, 17:59:14 UTC
e711b75 point to 3.6.2 22 March 2014, 14:40:47 UTC
7a2fa62 Support POST for queries closes #87, #112, #170, #188. 22 March 2014, 14:40:46 UTC
7917dd5 Use short filenames on Windows becauses spaces are evil 21 March 2014, 19:29:54 UTC
289aa24 Use Tika 1.4 08 January 2014, 23:31:08 UTC
f4b092b Upgrade to Jetty 8.1.14 (requires JDK 6) 07 January 2014, 15:33:07 UTC
16d1980 Upgrade slf4j 07 January 2014, 15:32:17 UTC
247d18e Add the full OOXML Schemas archive This allows to parse Office documents that use exotic features. 09 December 2013, 15:56:10 UTC
43a6e49 Upgrade Lucene to 3.6.2 09 December 2013, 15:45:49 UTC
b2d7653 Loosen field name regex (closes #180) 17 September 2013, 23:45:35 UTC
233442a one for luck 03 March 2013, 19:22:58 UTC
9e35287 Improve README even moar 03 March 2013, 19:22:13 UTC
546f744 Improve README. 03 March 2013, 19:17:01 UTC
3a4e9eb Open 0.10.0 31 December 2012, 09:19:49 UTC
3565b0a This is 0.9.0 31 December 2012, 09:19:38 UTC
b30bc4d Update 0.9.0 NEWS 31 December 2012, 09:19:29 UTC
7bd670c fix html tags 26 December 2012, 13:58:18 UTC
c580034 Update copyright notices 22 December 2012, 21:33:56 UTC
49a7823 Include update_seq in info 19 December 2012, 09:32:32 UTC
a3e675b Upgrade Rhino to 1.7R4 26 October 2012, 12:22:12 UTC
78bc475 Upgrade to Tika 1.2 26 October 2012, 11:44:15 UTC
94d361d Bump to Lucene 3.6.1 07 August 2012, 09:31:43 UTC
56f9c81 Merge pull request #164 from Elvex/master added support for field names with escaped spaces 10 July 2012, 11:45:30 UTC
f314052 added support for field names with escaped spaces 10 July 2012, 11:31:55 UTC
70fc175 use lucene-version var for highlighter dep. 07 July 2012, 15:01:13 UTC
b8f064e Ensure norms are not emitted when applying an index-time boost 20 June 2012, 12:19:56 UTC
969a982 Merge pull request #141 from artikh/master Windows startup scrip 15 June 2012, 19:50:55 UTC
b98f4b7 Test all the JVM's 05 June 2012, 16:52:40 UTC
44f0ad5 URL encode the since parameter for bigcouch 26 April 2012, 21:38:32 UTC
ed0aa35 Support new BigCouch 0.4 update sequence format 26 April 2012, 16:39:25 UTC
0a03bd3 Merge pull request #158 from nesteffe/termvectors Termvectors 26 April 2012, 10:26:45 UTC
27ff576 Remove include_storedfields 25 April 2012, 22:05:53 UTC
8194a9a Update documentation to reflect new highlighter features and result set changes 25 April 2012, 21:48:55 UTC
664709b Update fast vector highligter dependency to use lucene-highlighter package in 3.6 25 April 2012, 16:49:39 UTC
0f87406 Include fast vector highlighter plugin in pom.xml 24 April 2012, 21:13:28 UTC
4227051 Add highlighting and parameters to include termvectors and fields in results 24 April 2012, 21:03:44 UTC
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
1dbbae3 Windows startup script 25 October 2011, 16:24:22 UTC
0f67075 add missing gt; 25 October 2011, 16:23:57 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
back to top