blob: d9bd29067107cb493ee1084f9933b21cba292569 [file] [log] [blame]
Nils Diewaldea125202014-09-19 15:12:06 +000010.42 2014-09-19
Nils Diewald79f6c4d2014-09-17 17:34:01 +00002 - [cleanup] Extracted private classes from KorapMatch (diewald)
Nils Diewaldea125202014-09-19 15:12:06 +00003 - [bugfix] Fix query rewrite in contains-queries (diewald)
Nils Diewald79f6c4d2014-09-17 17:34:01 +00004
Nils Diewald99d7f8a2014-09-17 14:49:42 +000050.41 2014-09-17
6 - [feature] getStartPos(classNr) and getEndPos(classNr)
7 in KorapMatch (diewald)
8 - [bugfix] SpanExpansionQuery with fixed Constructor
9 and Exclusion handling (margaretha)
Nils Diewaldc7b60632014-09-05 19:59:01 +000010 - [feature] Early implementation of match collector (diewald)
11
Nils Diewald32030a62014-09-03 20:16:50 +0000120.40 2014-09-03
13 - [feature] Skeleton for standalone REST service (diewald)
14
Nils Diewald22a620c2014-09-03 20:13:37 +0000150.33 2014-09-01
16 - [feature] SpanSubspanQuery (margaretha)
17 - [feature] SpanExpansionQuery (margaretha)
18
Nils Diewald1455e1e2014-08-01 16:12:43 +0000190.32 2014-08-01
20 - [bugfix] Fix for repetition candidates (margaretha)
21 - [bugfix] Some fixes for negative segments (diewald)
22 - [bugfix] SpanMatchModify now skips in case the requested class isn't found (diewald)
23 - [performance] Some logging issues fixed (diewald)
24
Nils Diewald9b1efea2014-07-24 15:33:47 +0000250.31.8 2014-07-24
Nils Diewald602c9222014-07-23 19:49:53 +000026 - [feature] Added optionality to querys for quantifiers (diewald)
Nils Diewald9b1efea2014-07-24 15:33:47 +000027 - [feature] Support for korap:boundary deserialization (diewald)
Nils Diewald602c9222014-07-23 19:49:53 +000028
Nils Diewald6081f362014-07-18 18:03:14 +0000290.31.7 2014-07-18
30 - [feature] Added warnings to responses (diewald)
31
Nils Diewaldee4a6b72014-06-30 18:23:12 +0000320.31.6 2014-06-30
Nils Diewald9b1efea2014-07-24 15:33:47 +000033 - [feature] Support for korap:reference deserialization (diewald)
Nils Diewaldee4a6b72014-06-30 18:23:12 +000034 - [feature] Preliminary support for attributes in elements (margaretha)
35 - [feature] Preliminary support operation:repetition deserialization
36 (unfinished and untested; diewald)
37
Nils Diewald6e9eb4e2014-06-17 19:28:01 +0000380.31.5 2014-06-17
39 - [feature] Batch return of defined foundries and layers in
40 getMatchInfo() (diewald)
41 - [security] Improve foundry and layer check before injection in
42 regex (diewald)
43
Nils Diewaldd4401ec2014-06-16 17:04:02 +0000440.31.4 2014-06-16
45 - [feature] MatchModifyClassQuery now can extend (diewald)
Nils Diewald66b8b7a2014-06-16 17:17:46 +000046 - [bugfix] Make matchinfo a bit more robust (diewald)
Nils Diewaldd4401ec2014-06-16 17:04:02 +000047
Nils Diewald54187632014-06-11 14:39:29 +0000480.31.3 2014-06-11
49 - [bugfix] Minor bugfix regarding treatment of
50 failed search results (diewald)
51
Nils Diewald7cf8c6d2014-05-28 18:37:38 +0000520.31.2 2014-05-28
53 - [feature] Request parameter "itemsPerResource" limits
54 hits per document (diewald)
55
Nils Diewaldec336122014-05-21 17:09:50 +0000560.31.1 2014-05-21
57 - [bugfix] Minor bugfix for wrongly serialized contexts
58 in responses (diewald)
59
Nils Diewald1e5d5942014-05-20 13:29:53 +0000600.31.0 2014-05-20
61 - [feature] span contexts in JSON-LD are now supported
62 - [bugfix] Multiple bugfixes regarding span context
63 extensions (diewald)
64 - [bugfix] Minor debugging bugs (diewald)
65
Nils Diewald50389b02014-04-11 16:27:52 +0000660.30.9 2014-04-11
67 - [bugfix] Prevent multiple identifiers in
68 relation highlighting (diewald)
69
Nils Diewald2276e1c2014-04-10 15:01:59 +0000700.30.8 2014-04-10
71 - Added getTermRelationJSON() to KorapCollection (diewald)
72 This is likely to get deprecated!
73
Nils Diewaldfb4d7b02014-04-09 17:56:17 +0000740.30.7 2014-04-09
75 - Moved JSON interpretation from BooleanFilter to KorapFilter (diewald)
76 - Added 'or' and group nesting to KorapFilter (diewald)
77
Nils Diewald20607ab2014-03-20 23:28:36 +0000780.30.6 2014-03-20
79 - Refactoring and cleaning of ElementSpans (diewald)
80 - [bugfix] Stabilizing KorapMatch (diewald)
81
Nils Diewald6802acd2014-03-18 18:29:30 +0000820.30.5 2014-03-18
83 - Support for Quantifier Queries (margaretha)
84 - Some benchmarks (margaretha)
85 - [bugfix] WithinSpans respect match payloads,
86 and are now way more correct ;) (diewald)
87 - Support for overlap queries (diewald)
88 - Refactoring of WithinSpans (diewald)
89 - Introducing lazy loading for wrapper .end() in WithinSpans (diewald)
90
Nils Diewaldd0d6feb2014-02-26 18:51:08 +0000910.30.4 2014-02-26
Nils Diewald6802acd2014-03-18 18:29:30 +000092 - [cleanup] Making MultiTerm* more robust (diewald)
Nils Diewaldd0d6feb2014-02-26 18:51:08 +000093
Nils Diewaldefb9c9a2014-02-20 15:05:18 +0000940.30.3 2014-02-20
95 - Return json request in response if given (diewald)
Nils Diewaldad269342014-02-20 21:22:22 +000096 - [bugfix] ClassSpans and WithinSpans check skipTo
97 in advance now (diewald)
98 - Compilerfriendly logging rules, resulting
99 in significant performance improvements (diewald)
100 - Small refactorings (diewald)
Nils Diewaldefb9c9a2014-02-20 15:05:18 +0000101
Nils Diewaldf5f29ff2014-02-14 12:24:34 +00001020.30.2 2014-02-14
Nils Diewald6802acd2014-03-18 18:29:30 +0000103 - [bugfix] wrapper uses correct distance constraint (diewald)
Nils Diewaldf5f29ff2014-02-14 12:24:34 +0000104
Nils Diewalda1118032014-02-13 20:50:48 +00001050.30.1 2014-02-13
106 - Added sentence extension for match info (diewald)
107
Nils Diewaldbadb4f12014-02-13 17:26:12 +00001080.30 2014-02-13
109 - This is a major version (prepared for the IDS meeting on the 17th of february)
110 - Improved stringification for distance queries (margaretha)
111
Nils Diewald164f8be2014-02-13 02:43:16 +00001120.26.4 2014-02-12
113 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
114 (diewald)
115 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
116
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00001170.26.3 2014-02-12
118 - [bugfix] Only open writer in case it's needed (diewald)
119
Nils Diewaldc86aa482014-02-12 16:58:05 +00001200.26.2 2014-02-12
121 - Added sequence queries with defined gaps (margaretha)
122 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +0000123 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +0000124 - [bugfix] Wildcards in segments were ignored (diewald)
125
Nils Diewald345bdc02014-01-21 21:48:57 +00001260.26.1 2014-01-21
127 - Distinct Match retrieval including spans
128 and dependency relations (diewald)
129
Nils Diewaldcde69082014-01-16 15:46:48 +00001300.26 2014-01-16
131 - Introduced standalone SpanSegmentQueries (margaretha)
132 - [bugfix] SpanNextQueries (margaretha)
133 - Support for Match Identifiers (diewald)
134 - Support for distinct Match retrieval (diewald)
135
Nils Diewald4aadb0c2014-01-09 23:21:11 +00001360.25.3 2014-01-10
137 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +0000138
1390.25.2 2013-12-29
140 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +0000141
Nils Diewald4aadb0c2014-01-09 23:21:11 +00001420.25.1 2013-12-28
143 - Support for pubDate collections.
144 - Changed versioning scheme.
145
Nils Diewaldb0dd9552013-12-20 02:28:34 +00001460.25 2013-12-20
147 - Support for Wildcard Queries.
148 - Improved support for regular expressions.
149 - Introduced keyword fields that store no positions.
150
Nils Diewald9cc86fe2013-12-07 17:45:59 +00001510.24_1 2013-12-05
152 - This is a pseudo version for demo versions with dirty hacks,
153 meant to be rolled back!
154 - There is now an ignored broken test in TestKorapCollection!
155
Nils Diewald3ed1afa2013-12-05 22:40:38 +00001560.24 2013-12-05
157 - Json deserializer finished for virtual collections.
158
Nils Diewaldc6b78752013-12-05 19:05:12 +00001590.23 2013-12-05
160 - Error handling corrected in KorapResult.
161 - Json deserializer finished for queries.
162
Nils Diewaldc925b492013-12-03 23:56:10 +00001630.22 2013-12-04
164 - Introduced KorapSearch.
165 - Json deserializer (started).
166
Nils Diewald5def8bc2013-11-28 19:26:54 +00001670.21 2013-11-28
168 - Virtual collections can now be defined,
169 searched, nested and extended.
170
Nils Diewaldf399a672013-11-18 17:55:22 +00001710.20 2013-11-18
172 - Unboxing from sandbox.
173
1740.11 2013-11-14
175 - JSON file importer (plain and gzip)
176 - [bugfix] Element Query
177 - [bugfix] Sequence Query
178
1790.10 2013-11-11
180 - Added JSON input to indexer.
181
1820.09 2013-11-07
183 - Reconstruction of all wrapper queries using an interface.
184 - Finished KorapQuery (preliminary feature freeze).
185
1860.08 2013-10-18
187 - Changed methods to attributes in KorapMatch.
188 - Changed SimpleJSON to Jackson.
189 - Fixed Highlighting.
190 - Some Refactoring of result classes.
191 - Introduced KorapDocument.
192 - Introduced KorapHTML utility.
193
1940.07 2013-10-14
195 - Added position to offset matching.
196
1970.06 2013-10-01
198 - Added SpanElementQuery for working WithinQeries.
199 - Added KorapResult and KorapMatching.
200
2010.05 2013-09-18
202 - Fixed bug in indexing (MultiTermTokenStream).
203 - Fixed SpanNext.
204 - Added KorapIndex.
205 - First draft for KorapFilter.
206
2070.04 2013-09-01
208 - Introduced optimized SpanNext class (not working atm),
209 as SpanNear does not always work with nested synonyms.
210
2110.03 2013-08-28
212 - Added within query (not working atm).
213 - Pushed query part to public repo.
214
2150.02 2013-08-26
216 - Added sequences.
217
2180.01 2013-08-20
219 - First version as maven build environment.