Nils Diewald | fb4d7b0 | 2014-04-09 17:56:17 +0000 | [diff] [blame^] | 1 | 0.30.7 2014-04-09 |
| 2 | - Moved JSON interpretation from BooleanFilter to KorapFilter (diewald) |
| 3 | - Added 'or' and group nesting to KorapFilter (diewald) |
| 4 | |
Nils Diewald | 20607ab | 2014-03-20 23:28:36 +0000 | [diff] [blame] | 5 | 0.30.6 2014-03-20 |
| 6 | - Refactoring and cleaning of ElementSpans (diewald) |
| 7 | - [bugfix] Stabilizing KorapMatch (diewald) |
| 8 | |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 9 | 0.30.5 2014-03-18 |
| 10 | - Support for Quantifier Queries (margaretha) |
| 11 | - Some benchmarks (margaretha) |
| 12 | - [bugfix] WithinSpans respect match payloads, |
| 13 | and are now way more correct ;) (diewald) |
| 14 | - Support for overlap queries (diewald) |
| 15 | - Refactoring of WithinSpans (diewald) |
| 16 | - Introducing lazy loading for wrapper .end() in WithinSpans (diewald) |
| 17 | |
Nils Diewald | d0d6feb | 2014-02-26 18:51:08 +0000 | [diff] [blame] | 18 | 0.30.4 2014-02-26 |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 19 | - [cleanup] Making MultiTerm* more robust (diewald) |
Nils Diewald | d0d6feb | 2014-02-26 18:51:08 +0000 | [diff] [blame] | 20 | |
Nils Diewald | efb9c9a | 2014-02-20 15:05:18 +0000 | [diff] [blame] | 21 | 0.30.3 2014-02-20 |
| 22 | - Return json request in response if given (diewald) |
Nils Diewald | ad26934 | 2014-02-20 21:22:22 +0000 | [diff] [blame] | 23 | - [bugfix] ClassSpans and WithinSpans check skipTo |
| 24 | in advance now (diewald) |
| 25 | - Compilerfriendly logging rules, resulting |
| 26 | in significant performance improvements (diewald) |
| 27 | - Small refactorings (diewald) |
Nils Diewald | efb9c9a | 2014-02-20 15:05:18 +0000 | [diff] [blame] | 28 | |
Nils Diewald | f5f29ff | 2014-02-14 12:24:34 +0000 | [diff] [blame] | 29 | 0.30.2 2014-02-14 |
Nils Diewald | 6802acd | 2014-03-18 18:29:30 +0000 | [diff] [blame] | 30 | - [bugfix] wrapper uses correct distance constraint (diewald) |
Nils Diewald | f5f29ff | 2014-02-14 12:24:34 +0000 | [diff] [blame] | 31 | |
Nils Diewald | a111803 | 2014-02-13 20:50:48 +0000 | [diff] [blame] | 32 | 0.30.1 2014-02-13 |
| 33 | - Added sentence extension for match info (diewald) |
| 34 | |
Nils Diewald | badb4f1 | 2014-02-13 17:26:12 +0000 | [diff] [blame] | 35 | 0.30 2014-02-13 |
| 36 | - This is a major version (prepared for the IDS meeting on the 17th of february) |
| 37 | - Improved stringification for distance queries (margaretha) |
| 38 | |
Nils Diewald | 164f8be | 2014-02-13 02:43:16 +0000 | [diff] [blame] | 39 | 0.26.4 2014-02-12 |
| 40 | - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries |
| 41 | (diewald) |
| 42 | - [temporarily] Added default foundry "mate" in KorapQuery (diewald) |
| 43 | |
Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 44 | 0.26.3 2014-02-12 |
| 45 | - [bugfix] Only open writer in case it's needed (diewald) |
| 46 | |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 47 | 0.26.2 2014-02-12 |
| 48 | - Added sequence queries with defined gaps (margaretha) |
| 49 | - Support for multiple distance constraints (margaretha) |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 50 | - Updated json-ld deserialization with nested meta (diewald) |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 51 | - [bugfix] Wildcards in segments were ignored (diewald) |
| 52 | |
Nils Diewald | 345bdc0 | 2014-01-21 21:48:57 +0000 | [diff] [blame] | 53 | 0.26.1 2014-01-21 |
| 54 | - Distinct Match retrieval including spans |
| 55 | and dependency relations (diewald) |
| 56 | |
Nils Diewald | cde6908 | 2014-01-16 15:46:48 +0000 | [diff] [blame] | 57 | 0.26 2014-01-16 |
| 58 | - Introduced standalone SpanSegmentQueries (margaretha) |
| 59 | - [bugfix] SpanNextQueries (margaretha) |
| 60 | - Support for Match Identifiers (diewald) |
| 61 | - Support for distinct Match retrieval (diewald) |
| 62 | |
Nils Diewald | 4aadb0c | 2014-01-09 23:21:11 +0000 | [diff] [blame] | 63 | 0.25.3 2014-01-10 |
| 64 | - Updated Lucene to 4.3.1. |
Nils Diewald | 4fca3ff | 2013-12-29 22:59:13 +0000 | [diff] [blame] | 65 | |
| 66 | 0.25.2 2013-12-29 |
| 67 | - Fixed highlight bug with empty reopened tags. |
Nils Diewald | b1c3b65 | 2013-12-28 22:47:00 +0000 | [diff] [blame] | 68 | |
Nils Diewald | 4aadb0c | 2014-01-09 23:21:11 +0000 | [diff] [blame] | 69 | 0.25.1 2013-12-28 |
| 70 | - Support for pubDate collections. |
| 71 | - Changed versioning scheme. |
| 72 | |
Nils Diewald | b0dd955 | 2013-12-20 02:28:34 +0000 | [diff] [blame] | 73 | 0.25 2013-12-20 |
| 74 | - Support for Wildcard Queries. |
| 75 | - Improved support for regular expressions. |
| 76 | - Introduced keyword fields that store no positions. |
| 77 | |
Nils Diewald | 9cc86fe | 2013-12-07 17:45:59 +0000 | [diff] [blame] | 78 | 0.24_1 2013-12-05 |
| 79 | - This is a pseudo version for demo versions with dirty hacks, |
| 80 | meant to be rolled back! |
| 81 | - There is now an ignored broken test in TestKorapCollection! |
| 82 | |
Nils Diewald | 3ed1afa | 2013-12-05 22:40:38 +0000 | [diff] [blame] | 83 | 0.24 2013-12-05 |
| 84 | - Json deserializer finished for virtual collections. |
| 85 | |
Nils Diewald | c6b7875 | 2013-12-05 19:05:12 +0000 | [diff] [blame] | 86 | 0.23 2013-12-05 |
| 87 | - Error handling corrected in KorapResult. |
| 88 | - Json deserializer finished for queries. |
| 89 | |
Nils Diewald | c925b49 | 2013-12-03 23:56:10 +0000 | [diff] [blame] | 90 | 0.22 2013-12-04 |
| 91 | - Introduced KorapSearch. |
| 92 | - Json deserializer (started). |
| 93 | |
Nils Diewald | 5def8bc | 2013-11-28 19:26:54 +0000 | [diff] [blame] | 94 | 0.21 2013-11-28 |
| 95 | - Virtual collections can now be defined, |
| 96 | searched, nested and extended. |
| 97 | |
Nils Diewald | f399a67 | 2013-11-18 17:55:22 +0000 | [diff] [blame] | 98 | 0.20 2013-11-18 |
| 99 | - Unboxing from sandbox. |
| 100 | |
| 101 | 0.11 2013-11-14 |
| 102 | - JSON file importer (plain and gzip) |
| 103 | - [bugfix] Element Query |
| 104 | - [bugfix] Sequence Query |
| 105 | |
| 106 | 0.10 2013-11-11 |
| 107 | - Added JSON input to indexer. |
| 108 | |
| 109 | 0.09 2013-11-07 |
| 110 | - Reconstruction of all wrapper queries using an interface. |
| 111 | - Finished KorapQuery (preliminary feature freeze). |
| 112 | |
| 113 | 0.08 2013-10-18 |
| 114 | - Changed methods to attributes in KorapMatch. |
| 115 | - Changed SimpleJSON to Jackson. |
| 116 | - Fixed Highlighting. |
| 117 | - Some Refactoring of result classes. |
| 118 | - Introduced KorapDocument. |
| 119 | - Introduced KorapHTML utility. |
| 120 | |
| 121 | 0.07 2013-10-14 |
| 122 | - Added position to offset matching. |
| 123 | |
| 124 | 0.06 2013-10-01 |
| 125 | - Added SpanElementQuery for working WithinQeries. |
| 126 | - Added KorapResult and KorapMatching. |
| 127 | |
| 128 | 0.05 2013-09-18 |
| 129 | - Fixed bug in indexing (MultiTermTokenStream). |
| 130 | - Fixed SpanNext. |
| 131 | - Added KorapIndex. |
| 132 | - First draft for KorapFilter. |
| 133 | |
| 134 | 0.04 2013-09-01 |
| 135 | - Introduced optimized SpanNext class (not working atm), |
| 136 | as SpanNear does not always work with nested synonyms. |
| 137 | |
| 138 | 0.03 2013-08-28 |
| 139 | - Added within query (not working atm). |
| 140 | - Pushed query part to public repo. |
| 141 | |
| 142 | 0.02 2013-08-26 |
| 143 | - Added sequences. |
| 144 | |
| 145 | 0.01 2013-08-20 |
| 146 | - First version as maven build environment. |