blob: 3e32d39a6f073f479ce83f9ce4daaef96ad7aa72 [file] [log] [blame]
Nils Diewald0881e242015-02-27 17:31:01 +000010.50.1 2015-02-27
Nils Diewaldf5ab4b22015-02-25 20:55:16 +00002 - [feature] Deserialization of arbitrary elements with attributes (margaretha)
Nils Diewald14b3aa42015-02-26 22:26:20 +00003 - [cleanup] Extracted KrillMeta from Krill,
4 renamed KorapQuery to KrillQuery,
5 extracted QueryBuilder from KrillQuery,
Nils Diewald392bcf32015-02-26 20:01:17 +00006 renamed KorapIndexer to index/Indexer,
7 renamed KorapDocument to model/AbstractDocument,
Nils Diewalda14ecd62015-02-26 21:00:20 +00008 renamed KorapMatch to response/Match,
Nils Diewald2d5f8102015-02-26 21:07:54 +00009 renamed KorapIndex to KrillIndex,
Nils Diewald50e90e92015-02-26 21:25:25 +000010 renamed KorapCollection to KrillCollection,
Nils Diewald14b3aa42015-02-26 22:26:20 +000011 moved collector classes from index to response,
Nils Diewaldc383ed02015-02-26 21:35:22 +000012 renamed KorapDate to KrillDate,
13 renamed KorapArray to KrillArray,
14 renamed KorapByte to KrillByte,
Nils Diewald14b3aa42015-02-26 22:26:20 +000015 renamed KorapString to KrillString,
Nils Diewald884dbcf2015-02-27 17:02:28 +000016 moved KorapNode to server/Node,
Nils Diewald0881e242015-02-27 17:31:01 +000017 moved KorapResult to response/Result,
Nils Diewalde4986d72015-02-27 17:35:00 +000018 renamed KorapResponse to Response,
19 moved model/* to index (diewald)
Nils Diewald6535c522015-02-26 17:45:24 +000020 - [documentation] Improved documentation for API classes (diewald)
Nils Diewaldbbd39a52015-02-23 19:56:57 +000021
220.50 2015-02-23
23 - Project name is now "Krill"
24
250.49.4 2015-02-20
Nils Diewald6535c522015-02-26 17:45:24 +000026 - [documentation] Improved documentation for API classes (diewald)
27 - [cleanup] Improved test coverage for utility classes (diewald)
Nils Diewaldcb8afb32015-02-04 21:12:37 +000028 - [performance] Updated Lucene dependency from 4.5.1 to 4.10.3,
29 Updated Jackson dependency from 2.4.0 to 2.4.4,
30 Updated Jersey dependency from 2.4.1 to 2.15 (diewald)
Nils Diewalddd46b342015-02-04 22:38:29 +000031 - [feature] Presorting of element terms in the index for coherent
Nils Diewalde4db1282015-02-05 22:42:33 +000032 SpanQuery sorting; Removed buffering of element candidates (diewald)
Nils Diewalddd46b342015-02-04 22:38:29 +000033 Warning: This is a breaking change!
Nils Diewald5c375702015-02-09 20:58:24 +000034 - [feature] Added CorpusDataException to deal with data importing bugs;
35 made some imports break more easily though (diewald)
Nils Diewald7a8e9252015-02-06 20:16:04 +000036 - [performance] Payloads in ElementSpans can now be lazily loaded,
37 MatchModifyClassSpans no longer rely on payload copies (diewald)
Nils Diewaldfe6a3652015-02-05 20:34:27 +000038 - [cleanup] Renamed /filter to /collection,
Nils Diewald41750bf2015-02-06 17:45:20 +000039 merge KorapHTML and KorapString,
Nils Diewald85f9c422015-02-06 21:09:16 +000040 removed KorapSpan, KorapTermSpan and KorapLongSpan,
41 renamed /analysis to /model,
Nils Diewald3e3cbf32015-02-06 21:30:49 +000042 renamed shrink() to focus(),
Nils Diewaldcd226862015-02-11 22:27:45 +000043 removed KorapPrimaryData,
Nils Diewaldea969502015-02-16 21:10:54 +000044 fixed a lot of wrong tests for WithinSpans,
Nils Diewaldcec40f92015-02-19 22:20:02 +000045 renamed KorapFilter to /collection/CollectionBuilder,
46 renamed SpanMatchModify to SpanFocus,
Nils Diewald3aa9e692015-02-20 22:20:11 +000047 changed KoralQuery root prefix to "koral",
48 renamed different kinds of "queries" throughout classes,
49 renamed KorapSearch#run to KorapSearch#apply (diewald)
Nils Diewaldcd226862015-02-11 22:27:45 +000050 - [feature] Improved deserialization of SpanSubSpanQueries
51 (margaretha)
Nils Diewald0981c212015-02-13 20:47:10 +000052 - [feature] Introducing the potential need for resorting queries
Nils Diewaldb9dd4132015-02-16 16:32:41 +000053 on focussing (e.g., set by relations) (diewald)
54 - [bugfix] Hopefully fixing a resource related bug for
55 server instantiation (diewald)
Nils Diewalddcd5ab12015-02-20 02:59:09 +000056 - [bugfix] Changed attribute spans to contain element's width (margaretha)
57 - [feature] Improved highlighting to use semantic html5 (#193; diewald)
Nils Diewaldcb8afb32015-02-04 21:12:37 +000058
590.49.3 2015-02-03
Nils Diewald44d5fa12015-01-15 21:31:52 +000060 - [documentation] Improved documentation for API classes (diewald)
61 - [documentation] Improved documentation for various queries (margaretha)
Nils Diewald3e3cbf32015-02-06 21:30:49 +000062 - [feature] Added deserialization of SpanSubSpanQueries
63 (margaretha, diewald)
Nils Diewaldafab8f32015-01-26 19:11:32 +000064 - [bugfix] Null filters are now correctly extended (diewald)
Nils Diewaldd75e6f62015-01-28 23:44:56 +000065 - [cleanup] Refactoring of KorapResult, KorapResponse, KorapQuery,
Nils Diewald93d6d1b2015-02-02 21:47:43 +000066 deprecated operation:or in favor of operation:junction,
67 updating test suite for class and frame attributes (diewald)
Nils Diewald0cc4f2e2015-01-30 20:13:08 +000068 - [bugfix] Empty class segments are now correctly serialized
69 in sequences (diewald)
Nils Diewald93d6d1b2015-02-02 21:47:43 +000070 - [feature] Started support for position frames (diewald)
Nils Diewald83c9b162015-02-03 21:05:07 +000071 - [bugfix] Fixed #134 Nullpointer exception in WithinSpans
72 (diewald, margaretha)
Nils Diewald44d5fa12015-01-15 21:31:52 +000073
Nils Diewaldd86c0682014-12-05 20:46:26 +0000740.49.2 2014-12-05
75 - [documentation] Improved documentation for various queries (margaretha)
76 - [feature] Added @Experimental support (margaretha)
77 - [feature] Added Eclipse based code formatting (diewald)
78
Nils Diewald2f2b0672014-11-25 20:26:22 +0000790.49.1 2014-11-25
80 - [cleanup] Major refactoring for new response messages (diewald)
81 - [cleanup] Removed deprecated error messaging (diewald)
Nils Diewalde1ecd5e2014-11-27 02:17:24 +000082 - [cleanup] Removed long-term deprecated methods in KorapResult (diewald)
Nils Diewald7534fdf2014-11-27 02:28:10 +000083 - [cleanup] Removed long-term deprecated methods in KorapMatch (diewald)
Nils Diewalde1ecd5e2014-11-27 02:17:24 +000084 - [cleanup] Renamed toJSON->toJsonString (diewald)
85 - [cleanup] Renamed toJSONnode->toJsonNode (diewald)
86 - [cleanup] Renamed fromJSON->fromJson (diewald)
Nils Diewald2f2b0672014-11-25 20:26:22 +000087 - [documentation] Improved documentation for notifications (diewald)
Nils Diewaldc471b182014-11-19 22:51:15 +000088
Nils Diewald886d3212014-11-14 01:27:23 +0000890.49 2014-11-14
Nils Diewaldc471b182014-11-19 22:51:15 +000090 - This is a major version (prepared for the Evaluation Meeting)
Nils Diewald32912a62014-11-11 01:57:45 +000091 - [bugfix] Rewrite works in repeating expansions (margaretha)
92 - [feature] Clean timeout with parameter support (diewald)
Nils Diewaldf2ec2d22014-11-11 21:42:16 +000093 - [workaround] Support unknown overlap frame, if frames are known (diewald)
Nils Diewald7d320642014-11-12 17:39:42 +000094 - [bugfix] Class payload fixed in SpanRepetitions (margaretha)
Nils Diewald886d3212014-11-14 01:27:23 +000095 - [bugfix] #179 Expansion bug fixed (margaretha)
96 - [bugfix] Corrected small bug where null warnings where
97 returned in JSON (diewald)
98 - [cleanup] Converted error to failure (diewald)
Nils Diewaldea7239a2014-11-14 14:01:56 +000099 - [bugfix] Added const layer rewrite (diewald)
Nils Diewald9b11a442014-11-08 20:47:17 +0000100
Nils Diewaldb84e7272014-11-07 01:27:38 +00001010.48 2014-11-07
Nils Diewaldc471b182014-11-19 22:51:15 +0000102 - This is a major version (prepared for the "Tag der Offenen Tür")
Nils Diewald277e9ce2014-11-06 03:42:11 +0000103 - [feature] Retrieval of token lists (diewald)
Nils Diewald52bd1cd2014-11-06 20:44:24 +0000104 - [bugfix] Classes can now be highlighted to 127.
Nils Diewaldb84e7272014-11-07 01:27:38 +0000105 - [bugfix] Sequences with distances won't be flattened in
106 SpanSequenceQueryWrapper (diewald)
107 - [bugfix] Sequences with [problem][problem][anchor] can now
108 be deserialized (diewald)
Nils Diewald5871e4d2014-11-07 03:48:25 +0000109 - [bugfix] Queries with regular expressions in spanNext() are now
110 correctly rewritten (diewald)
Nils Diewald3430aa22014-11-07 13:39:03 +0000111 - [bugfix] Ignore foundry for orth layer (diewald)
Nils Diewalde3645702014-11-07 21:15:20 +0000112 - [feature] Support fields in meta (diewald)
Nils Diewaldf2ec2d22014-11-11 21:42:16 +0000113 - [workaround] Support more legacy APIs (diewald)
Nils Diewald33fcb5d2014-11-07 23:27:03 +0000114 - [bugfix] Check for the existence of @type in JSON-LD groups
115 to avoid NullPointer (diewald)
Nils Diewald1220e3e2014-11-08 03:18:58 +0000116 - [cleanup] Validated query and collection input - limited
117 to a "don't break anyting" policy (diewald)
Nils Diewald277e9ce2014-11-06 03:42:11 +0000118
1190.47 2014-11-05
Nils Diewaldba197f22014-11-01 17:21:46 +0000120 - [feature] Support new index format with more metadata (diewald)
Nils Diewaldee0dd412014-11-04 17:31:50 +0000121 - [bugfix] #142 Fixed class spans for skipTo() skips (margaretha)
122 - [feature] Added attribute support to relations (margaretha)
Nils Diewald56dc2582014-11-04 21:33:46 +0000123 - [bugfix] Make classes and shrink default to 1 instead of 0 (diewald)
Nils Diewald0fa2da22014-11-05 03:31:32 +0000124 - [bugfix] shrink now removes all non-classes payloads (diewald)
Nils Diewaldba197f22014-11-01 17:21:46 +0000125
Nils Diewaldbe5943e2014-10-21 19:35:34 +00001260.46 2014-10-21
127 - [feature] Support for relation queries (margaretha)
128 - [feature] Wrapping of extension queries
129 (not completely tested yet; diewald)
130
Nils Diewald92729ce2014-10-06 16:00:17 +00001310.45 2014-10-06
Nils Diewaldea28b622014-10-01 16:01:31 +0000132 - [bugfix] Correctly respond request in JSON results (diewald)
Nils Diewald92729ce2014-10-06 16:00:17 +0000133 - [cleanup] Made SpanQueryWrapper an abstract class instead
134 of an interface (diewald)
Nils Diewaldea28b622014-10-01 16:01:31 +0000135
Nils Diewald979b2fe2014-09-29 16:21:41 +00001360.44.1 2014-09-29
137 - [cleanup] Prepare test suite for publication (diewald)
138
Nils Diewald8d8641b2014-09-28 17:37:53 +00001390.44 2014-09-28
Nils Diewald52d34d22014-09-25 00:50:13 +0000140 - [feature] Match collector using database for distributed search (diewald)
141 - [bugfix] Unified boundary handling and prevent nullpointer
142 exceptions on parsing (diewald)
Nils Diewald67f54042014-09-27 14:53:38 +0000143 - [bugfix] Ordering of payloads reversed to make nesting highlights
144 nest correctly (diewald)
145 - [performance] Updated Lucene dependency from 4.3.1 to 4.5.1 (diewald)
146 - [performance] Updated Jackson dependency from 2.2.2 to 2.4.0 (diewald)
147 - [bugfix] Return matches correctly with JSON (diewald)
Nils Diewald8d8641b2014-09-28 17:37:53 +0000148 - [bugfix] Repare database tests working with temporary databases (diewald)
Nils Diewald52d34d22014-09-25 00:50:13 +0000149
Nils Diewaldd723d812014-09-23 18:50:52 +00001500.43 2014-09-23
151 - [cleanup] Made a lot of stuff rely on KorapResponse (diewald)
152 - [bugfix] Small but ancient collection bug fixed (diewald)
153 - [feature] Collect first matches of documents based on UIDs (diewald)
154
Nils Diewaldea125202014-09-19 15:12:06 +00001550.42 2014-09-19
Nils Diewald79f6c4d2014-09-17 17:34:01 +0000156 - [cleanup] Extracted private classes from KorapMatch (diewald)
Nils Diewaldea125202014-09-19 15:12:06 +0000157 - [bugfix] Fix query rewrite in contains-queries (diewald)
Nils Diewald79f6c4d2014-09-17 17:34:01 +0000158
Nils Diewald99d7f8a2014-09-17 14:49:42 +00001590.41 2014-09-17
160 - [feature] getStartPos(classNr) and getEndPos(classNr)
161 in KorapMatch (diewald)
162 - [bugfix] SpanExpansionQuery with fixed Constructor
163 and Exclusion handling (margaretha)
Nils Diewaldc7b60632014-09-05 19:59:01 +0000164 - [feature] Early implementation of match collector (diewald)
165
Nils Diewald32030a62014-09-03 20:16:50 +00001660.40 2014-09-03
167 - [feature] Skeleton for standalone REST service (diewald)
168
Nils Diewald22a620c2014-09-03 20:13:37 +00001690.33 2014-09-01
170 - [feature] SpanSubspanQuery (margaretha)
171 - [feature] SpanExpansionQuery (margaretha)
172
Nils Diewald1455e1e2014-08-01 16:12:43 +00001730.32 2014-08-01
174 - [bugfix] Fix for repetition candidates (margaretha)
175 - [bugfix] Some fixes for negative segments (diewald)
176 - [bugfix] SpanMatchModify now skips in case the requested class isn't found (diewald)
177 - [performance] Some logging issues fixed (diewald)
178
Nils Diewald9b1efea2014-07-24 15:33:47 +00001790.31.8 2014-07-24
Nils Diewald602c9222014-07-23 19:49:53 +0000180 - [feature] Added optionality to querys for quantifiers (diewald)
Nils Diewald9b1efea2014-07-24 15:33:47 +0000181 - [feature] Support for korap:boundary deserialization (diewald)
Nils Diewald602c9222014-07-23 19:49:53 +0000182
Nils Diewald6081f362014-07-18 18:03:14 +00001830.31.7 2014-07-18
184 - [feature] Added warnings to responses (diewald)
185
Nils Diewaldee4a6b72014-06-30 18:23:12 +00001860.31.6 2014-06-30
Nils Diewald9b1efea2014-07-24 15:33:47 +0000187 - [feature] Support for korap:reference deserialization (diewald)
Nils Diewaldee4a6b72014-06-30 18:23:12 +0000188 - [feature] Preliminary support for attributes in elements (margaretha)
189 - [feature] Preliminary support operation:repetition deserialization
190 (unfinished and untested; diewald)
191
Nils Diewald6e9eb4e2014-06-17 19:28:01 +00001920.31.5 2014-06-17
193 - [feature] Batch return of defined foundries and layers in
194 getMatchInfo() (diewald)
195 - [security] Improve foundry and layer check before injection in
196 regex (diewald)
197
Nils Diewaldd4401ec2014-06-16 17:04:02 +00001980.31.4 2014-06-16
199 - [feature] MatchModifyClassQuery now can extend (diewald)
Nils Diewald66b8b7a2014-06-16 17:17:46 +0000200 - [bugfix] Make matchinfo a bit more robust (diewald)
Nils Diewaldd4401ec2014-06-16 17:04:02 +0000201
Nils Diewald54187632014-06-11 14:39:29 +00002020.31.3 2014-06-11
203 - [bugfix] Minor bugfix regarding treatment of
204 failed search results (diewald)
205
Nils Diewald7cf8c6d2014-05-28 18:37:38 +00002060.31.2 2014-05-28
207 - [feature] Request parameter "itemsPerResource" limits
208 hits per document (diewald)
209
Nils Diewaldec336122014-05-21 17:09:50 +00002100.31.1 2014-05-21
211 - [bugfix] Minor bugfix for wrongly serialized contexts
212 in responses (diewald)
213
Nils Diewald1e5d5942014-05-20 13:29:53 +00002140.31.0 2014-05-20
215 - [feature] span contexts in JSON-LD are now supported
216 - [bugfix] Multiple bugfixes regarding span context
217 extensions (diewald)
218 - [bugfix] Minor debugging bugs (diewald)
219
Nils Diewald50389b02014-04-11 16:27:52 +00002200.30.9 2014-04-11
221 - [bugfix] Prevent multiple identifiers in
222 relation highlighting (diewald)
223
Nils Diewald2276e1c2014-04-10 15:01:59 +00002240.30.8 2014-04-10
225 - Added getTermRelationJSON() to KorapCollection (diewald)
226 This is likely to get deprecated!
227
Nils Diewaldfb4d7b02014-04-09 17:56:17 +00002280.30.7 2014-04-09
229 - Moved JSON interpretation from BooleanFilter to KorapFilter (diewald)
230 - Added 'or' and group nesting to KorapFilter (diewald)
231
Nils Diewald20607ab2014-03-20 23:28:36 +00002320.30.6 2014-03-20
233 - Refactoring and cleaning of ElementSpans (diewald)
234 - [bugfix] Stabilizing KorapMatch (diewald)
235
Nils Diewald6802acd2014-03-18 18:29:30 +00002360.30.5 2014-03-18
237 - Support for Quantifier Queries (margaretha)
238 - Some benchmarks (margaretha)
239 - [bugfix] WithinSpans respect match payloads,
240 and are now way more correct ;) (diewald)
241 - Support for overlap queries (diewald)
242 - Refactoring of WithinSpans (diewald)
243 - Introducing lazy loading for wrapper .end() in WithinSpans (diewald)
244
Nils Diewaldd0d6feb2014-02-26 18:51:08 +00002450.30.4 2014-02-26
Nils Diewald6802acd2014-03-18 18:29:30 +0000246 - [cleanup] Making MultiTerm* more robust (diewald)
Nils Diewaldd0d6feb2014-02-26 18:51:08 +0000247
Nils Diewaldefb9c9a2014-02-20 15:05:18 +00002480.30.3 2014-02-20
249 - Return json request in response if given (diewald)
Nils Diewaldad269342014-02-20 21:22:22 +0000250 - [bugfix] ClassSpans and WithinSpans check skipTo
251 in advance now (diewald)
252 - Compilerfriendly logging rules, resulting
253 in significant performance improvements (diewald)
254 - Small refactorings (diewald)
Nils Diewaldefb9c9a2014-02-20 15:05:18 +0000255
Nils Diewaldf5f29ff2014-02-14 12:24:34 +00002560.30.2 2014-02-14
Nils Diewald6802acd2014-03-18 18:29:30 +0000257 - [bugfix] wrapper uses correct distance constraint (diewald)
Nils Diewaldf5f29ff2014-02-14 12:24:34 +0000258
Nils Diewalda1118032014-02-13 20:50:48 +00002590.30.1 2014-02-13
260 - Added sentence extension for match info (diewald)
261
Nils Diewaldbadb4f12014-02-13 17:26:12 +00002620.30 2014-02-13
263 - This is a major version (prepared for the IDS meeting on the 17th of february)
264 - Improved stringification for distance queries (margaretha)
265
Nils Diewald164f8be2014-02-13 02:43:16 +00002660.26.4 2014-02-12
267 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
268 (diewald)
269 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
270
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00002710.26.3 2014-02-12
272 - [bugfix] Only open writer in case it's needed (diewald)
273
Nils Diewaldc86aa482014-02-12 16:58:05 +00002740.26.2 2014-02-12
275 - Added sequence queries with defined gaps (margaretha)
276 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +0000277 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +0000278 - [bugfix] Wildcards in segments were ignored (diewald)
279
Nils Diewald345bdc02014-01-21 21:48:57 +00002800.26.1 2014-01-21
281 - Distinct Match retrieval including spans
282 and dependency relations (diewald)
283
Nils Diewaldcde69082014-01-16 15:46:48 +00002840.26 2014-01-16
285 - Introduced standalone SpanSegmentQueries (margaretha)
286 - [bugfix] SpanNextQueries (margaretha)
287 - Support for Match Identifiers (diewald)
288 - Support for distinct Match retrieval (diewald)
289
Nils Diewald4aadb0c2014-01-09 23:21:11 +00002900.25.3 2014-01-10
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000291 - Updated Lucene to 4.3.1 (diewald)
292 - Eliza Margaretha has joined the team
Nils Diewald4fca3ff2013-12-29 22:59:13 +0000293
2940.25.2 2013-12-29
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000295 - Fixed highlight bug with empty reopened tags
Nils Diewaldb1c3b652013-12-28 22:47:00 +0000296
Nils Diewald4aadb0c2014-01-09 23:21:11 +00002970.25.1 2013-12-28
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000298 - Support for pubDate collections
299 - Changed versioning scheme
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000300
Nils Diewaldb0dd9552013-12-20 02:28:34 +00003010.25 2013-12-20
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000302 - Support for Wildcard Queries
303 - Improved support for regular expressions
304 - Introduced keyword fields that store no positions
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000305
Nils Diewald9cc86fe2013-12-07 17:45:59 +00003060.24_1 2013-12-05
307 - This is a pseudo version for demo versions with dirty hacks,
308 meant to be rolled back!
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000309 - There is now an ignored broken test in TestKorapCollection
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000310
Nils Diewald3ed1afa2013-12-05 22:40:38 +00003110.24 2013-12-05
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000312 - Json deserializer finished for virtual collections
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000313
Nils Diewaldc6b78752013-12-05 19:05:12 +00003140.23 2013-12-05
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000315 - Error handling corrected in KorapResult
316 - Json deserializer finished for queries
Nils Diewaldc6b78752013-12-05 19:05:12 +0000317
Nils Diewaldc925b492013-12-03 23:56:10 +00003180.22 2013-12-04
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000319 - Introduced KorapSearch
320 - Json deserializer (started)
Nils Diewaldc925b492013-12-03 23:56:10 +0000321
Nils Diewald5def8bc2013-11-28 19:26:54 +00003220.21 2013-11-28
323 - Virtual collections can now be defined,
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000324 searched, nested and extended
Nils Diewald5def8bc2013-11-28 19:26:54 +0000325
Nils Diewaldf399a672013-11-18 17:55:22 +00003260.20 2013-11-18
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000327 - Unboxing from sandbox repository
Nils Diewaldf399a672013-11-18 17:55:22 +0000328
3290.11 2013-11-14
330 - JSON file importer (plain and gzip)
331 - [bugfix] Element Query
332 - [bugfix] Sequence Query
333
3340.10 2013-11-11
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000335 - Added JSON input to indexer
Nils Diewaldf399a672013-11-18 17:55:22 +0000336
3370.09 2013-11-07
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000338 - Reconstruction of all wrapper queries using an interface
339 - Finished KorapQuery (preliminary feature freeze)
Nils Diewaldf399a672013-11-18 17:55:22 +0000340
3410.08 2013-10-18
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000342 - Changed methods to attributes in KorapMatch
343 - Changed SimpleJSON to Jackson
344 - Fixed Highlighting
345 - Some Refactoring of result classes
346 - Introduced KorapDocument
347 - Introduced KorapHTML utility
Nils Diewaldf399a672013-11-18 17:55:22 +0000348
3490.07 2013-10-14
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000350 - Added position to offset matching
Nils Diewaldf399a672013-11-18 17:55:22 +0000351
3520.06 2013-10-01
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000353 - Added SpanElementQuery for working WithinQeries
354 - Added KorapResult and KorapMatching
Nils Diewaldf399a672013-11-18 17:55:22 +0000355
3560.05 2013-09-18
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000357 - Fixed bug in indexing (MultiTermTokenStream)
358 - Fixed SpanNext
359 - Added KorapIndex
360 - First draft for KorapFilter
Nils Diewaldf399a672013-11-18 17:55:22 +0000361
3620.04 2013-09-01
363 - Introduced optimized SpanNext class (not working atm),
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000364 as SpanNear does not always work with nested synonyms
Nils Diewaldf399a672013-11-18 17:55:22 +0000365
3660.03 2013-08-28
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000367 - Added within query (not working atm)
368 - Pushed query part to public repo
Nils Diewaldf399a672013-11-18 17:55:22 +0000369
3700.02 2013-08-26
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000371 - Added sequences
Nils Diewaldf399a672013-11-18 17:55:22 +0000372
3730.01 2013-08-20
Nils Diewald0cc4f2e2015-01-30 20:13:08 +0000374 - First version as maven build environment