blob: 60ba1141c8f5f05e8a9a75161dc965d6901479df [file] [log] [blame]
Akron163a04b2020-01-20 10:43:04 +010010.59.1 2020-01-28
2 - [bugfix] Fix bug in classed group queries (diewald)
Akronfb0e5282020-01-20 10:51:28 +01003
Akronc0426bb2019-11-28 18:07:12 +010040.59.0 2019-11-28
Akron672f98c2019-11-05 19:20:45 +01005 - [bugfix] Fix offset retrieval in concurrent searches
6 (diewald)
Akron02539e42019-11-05 20:28:36 +01007 - [cleanup] Removed deprecated numberOf() method from index
8 (diewald)
Akrond3ff1312019-11-06 12:10:49 +01009 - [bugfix] Fix offset retrieval in concurrent getMatchInfo requests
10 (diewald)
Akron63fd2962019-11-26 18:16:08 +010011 - [cleanup] Updated readme and the version of java and some plugins
12 & libraries (margaretha)
13 - [feature] Support for vector representation of terms in KoralQuery
14 (diewald)
Akronc0426bb2019-11-28 18:07:12 +010015 - [bugfix] Check regex for validity before querying
16 (diewald)
Akron672f98c2019-11-05 19:20:45 +010017
Akron6b0be132019-09-16 19:01:59 +0200180.58.7 2019-09-16
19 - [bugfix] Fix the behaviour of negative operands in virtual
20 corpora (diewald)
21
Akronb82cf892019-08-28 11:00:02 +0200220.58.6 2019-08-28
Akron81829f12019-04-09 23:06:34 +020023 - [bugfix] Updated cache loading (fixed #55) (diewald, margaretha)
Akron2b4d0652019-05-21 14:31:35 +020024 - [bugfix] Introduce left match cutting so that
25 in matchinfo with expandToContext cutting won't
26 remove the actual match (diewald; reported by CoRoLa)
Akronfbc76162019-06-04 15:51:09 +020027 - [feature] Make retrieval of primarydata optional (fixes #58)
28 (diewald)
Akronbaeaf0e2019-06-19 15:04:41 +020029 - [cleanup] Remove "startMore", "endMore", and "endCutted"
30 from JSON responses (diewald)
Akrona7a152c2019-07-17 14:16:47 +020031 - [bugfix] Do not optimize %+w1:1 to be a treated like /+w1:1
32 (diewald)
margaretha9614d972019-07-17 15:05:32 +020033 - [cleanup] Added a CQL AND query test (margaretha)
Akronb82cf892019-08-28 11:00:02 +020034 - [feature] Accept count=0 to only retrieve totalResults
35 (diewald)
margarethafd469f32019-05-02 12:35:08 +020036
margaretha89a358d2019-03-18 15:03:52 +0100370.58.5 2019-03-18
Akronbe9638d2019-02-07 17:09:42 +010038 - [bugfix] Fix bug where duplicate keys occured in
39 field data output (diewald)
40 - [bugfix] Fix bug where fields already set where lifted
41 again, but ignored in the fields order list (diewald)
Akron46b63fd2019-02-25 14:15:07 +010042 - [feature] Added LocalDate handling to KrillDate (diewald)
Akron685ec962019-02-25 19:04:46 +010043 - [feature] Added upsert method to index and fix #43
44 by adding indexCreationDate and indexLastModified field
45 (diewald)
margaretha9d8d1132019-03-04 22:09:26 +010046 - [bugfix] Fixed #50 multiple timeout warnings (margaretha)
Akronf0e36532019-03-06 11:43:21 +010047 - [feature] Instead of adding, the Indexer now upserts documents
48 to avoid multiple documents with the same text sigle
49 (diewald)
margarethabb5c26c2019-03-12 13:54:22 +010050 - [bugfix] Fixed #53 element distance query bug (margaretha)
Akron75d0f382019-03-15 14:56:03 +010051 - [bugfix] Workaround for #54 failing offsets due to
52 surrogate pairs (diewald)
Akron81829f12019-04-09 23:06:34 +020053 - [feature] Added isReaderOpen method (margaretha)
Akrondd6642e2019-02-06 19:33:53 +010054
Akron1a975d12019-02-05 13:13:06 +0100550.58.4 2019-02-05
Akrone64cc162019-01-08 18:40:37 +010056 - [cleanup] Remove deprecated methods setLicense/getLicense,
57 setTokenization/getTokenization, setLayerInfo/getLayerInfo,
58 setField/getField (including json serialization)
59 (diewald)
Akrona6dabb72019-01-09 13:09:41 +010060 - [cleanup] Remove redundancy for meta field setting in
Akron74107462019-01-10 11:32:54 +010061 AbstractDocument and FieldDocument (diewald)
Akronde4f0852019-01-16 16:29:44 +010062 - [cleanup] Remove hardwired (de)serialization of legacy metadata
63 fields (diewald)
Akronc7a2abc2019-01-17 14:21:34 +010064 - [feature] Support for arbitrary metadata fields (fixes #47)
65 (diewald)
Akron1a8bb762019-01-18 15:48:59 +010066 - [feature] Support for fields parameter in getFields() method
67 (fixes #46) (diewald)
68 - [feature] Respect fields order for fields responses (fixes #46)
69 (diewald)
Akronbb117b32019-01-21 13:57:55 +010070 - [bugfix] Reintroduce getAvailability() method in AbstractDocument
71 for compatibility with Kustvakt (diewald)
Akron1a975d12019-02-05 13:13:06 +010072 - [bugfix] Fix bug where tokens were serialized in getFields()
73 method (diewald)
Akrone64cc162019-01-08 18:40:37 +010074
margarethaf96b5032018-12-17 11:43:26 +0100750.58.3 2018-12-17
Akronfafde022018-12-14 14:17:05 +010076 - [feature] Introduced attachements as meta data fields
77 (fixes #49) (diewald).
78 - [feature] Introduced preliminary support of arbitrary
79 metadata fields (see #47) (diewald)
margarethaf96b5032018-12-17 11:43:26 +010080 - [performance] Added debug flags (margaretha)
Akron8bb3bc32018-12-12 19:34:56 +010081
Akron567b6fe2018-12-06 15:06:58 +0100820.58.2 2018-12-05
83 - [bugfix] Fixed the candidate list in NextSpans, see de.ids_mannheim.
84 korap.index.TestNextIndex.testNextExpansionBug() (margaretha)
85 - [bugfix] Fixed left expansion match order (margaretha)
Akronfafde022018-12-14 14:17:05 +010086 - [bugfix] Fixed right expansion match order & expansion over start
87 (margaretha)
Akron567b6fe2018-12-06 15:06:58 +010088 - [feature] Added opt() method to QueryBuilder (diewald)
89 - [bugfix] Improved FocusSpans sorting (fixes #7) (margaretha)
90 - [bugfix] Adopt sorting for FocusSpans in SpanQueryWrappers (diewald)
91 - [cleanup] Removed deprecated within() method from QueryBuilder (diewald)
92
930.58.1 2018-11-12
Akron77903842018-10-22 13:05:23 +020094 - [bugfix] Security upgrade of Jackson for CVE-2017-17485 and
95 CVE-2018-7489 (diewald)
Akron6e5acee2018-10-31 01:22:46 +010096 - [bugfix] Span expansion with negation (margaretha)
97 - [bugfix] OpenJDK8u181-workaround (see Debian Bug report #911925)
98 (diewald)
Akron1f88f402018-11-02 14:32:09 +010099 - [feature] Helper methods for fuzzing (diewald)
100 - [bugfix] Remove entries from matchList that are not in the same
101 document in NextSpans (diewald)
margaretha1bbd1be2018-11-12 14:46:42 +0100102 - [bugfix] Fixed skipTo in NextSpans, see de.ids_mannheim.korap.index.
margaretha7f4fd652018-11-22 18:00:02 +0100103 TestRepetitionIndex.testRepetitionSnippetBug3() (margaretha)
Akron77903842018-10-22 13:05:23 +0200104
margarethaa0d88f62018-09-03 18:03:52 +02001050.58.0 2018-09-03
Akron451b7ae2018-08-15 13:21:27 +0200106 - [feature] Implemented referencing cached collection (margaretha)
107 - [feature] Implemented deserialization of collection with array values
108 and cache option (margaretha)
109 - [feature] Implemented caching collection (margaretha)
110 - [feature] Implemented KrillCollection cache clearing (margaretha)
111 - [feature] Implemented auto-caching for VC (margaretha)
112 - [feature] Implemented serializable doc bits vector for VC caching
113 on disk (margaretha)
114 - [feature] Added check for non-existing doc bit vector in the cache
115 (margaretha)
116 - [feature] Implemented custom namedVC path (margaretha)
117 - [bugfix] Fix wrong behaviour of negative constraints in and-Groups
118 of VCs (#42; diewald)
margarethac20a9212018-08-21 14:32:09 +0200119 - [feature] Adding loading namedVC from gz (margaretha)
margaretha8a8c4272018-08-21 17:39:27 +0200120 - [bugfix] Fixed VC deserialization and double negations in
121 CollectionBuilder.group (margaretha)
Akronb59f40e2018-08-23 17:15:43 +0200122 - [cleanup] Move caching mechanism to toFilter() phase (diewald)
123 - [cleanup] Rewrite test suite for caching to be part of
124 regular test suite (diewald)
Akronba5e2d42018-10-09 11:02:52 +0200125 - [bugfix] Fixed missing docs in VC cache (margaretha)
126 - [documentation] Added update hint to Readme (diewald)
margaretha8efa3752018-07-24 17:46:43 +0200127
Akron27469702018-04-05 12:46:18 +02001280.57 2018-04-05
margarethaed9b3982018-08-02 17:01:57 +0200129 - [feature] Support text queries in metadata
130 (requires reindexing to work properly; diewald)
131 - [cleanup] Remove unnecessary case folding in meta field
132 text queries (diewald)
Akron408ae352018-03-28 16:47:41 +0200133
Akron7e750972018-03-23 14:21:21 +01001340.56.2 2018-03-23
margarethaed9b3982018-08-02 17:01:57 +0200135 - [feature] Introduce meta field retrieval method (diewald)
136 - [cleanup] Rename KrillQuery's "_"-method to "nr" to improve
137 compatibility with future versions of Java (diewald)
138 - [bugfix] Fixed expansion to respect character boundaries
139 (diewald)
140 - [bugfix] Fixed wrong behaviour of textual non-contexts in
141 snippet generation (diewald)
142 - [bugfix] Removed problematic serialization of empty
143 annotations (diewald)
144 - [feature] Serialize metadata keywords as arrays, when
145 indexed properly (may require reindexing; diewald)
146 - [feature] Serialize dates in dash separation format, when
147 metadata field name ends with "Date" (diewald)
148 - [bugfix] Fixed left exclusion-expansion when there is no
149 more span for SpanOrQuery (margaretha)
150 - [bugfix] Fixed matchID response to be always identical to
151 a given matchID (diewald)
Akronc74dee02018-02-07 18:48:30 +0100152
Akrond5789302018-01-31 09:18:14 +01001530.56.1 2018-01-31
margarethaed9b3982018-08-02 17:01:57 +0200154 - [bugfix] Changed relation serialization in snippet to work
155 with segmented target anchors (diewald)
156 Warning: This is a breaking change!
Akrond5789302018-01-31 09:18:14 +0100157
Akronab2b3a52018-01-11 16:10:46 +01001580.55.9 2018-01-11
margarethaed9b3982018-08-02 17:01:57 +0200159 - [bugfix] Serialize token identifier correctly for
160 new corpora with text siglen (diewald)
161 - [bugfix] Extend bytebuffer for relation payloads (diewald)
162 - [bugfix] Wrong char offsets in snippet generation, where
163 repositioning can result in exceeding the string (diewald)
164 - [bugfix] Set correct start position of token-token-relations
165 in snippet generation (diewald)
166 - [bugfix] Token cannot contain another token or element (margaretha)
167 - [feature] Enabled searching relation query using regex (margaretha)
168 - [bugfix] Fix deserialization of negative regex in sequences (diewald)
169 - [cleanup] Upgraded Log4j to v2 (diewald)
Akron47929692017-09-12 14:41:26 +0200170
Akron291baad2017-09-05 19:30:40 +02001710.55.8 2017-09-05
margarethaed9b3982018-08-02 17:01:57 +0200172 - [feature] Retrieve and display pagebreaks (diewald)
173 - [bugfix] Handle invalid dates in input (diewald)
174 - [feature] Support availability meta data (diewald)
175 - [bugfix] Do not respond with a "match all" VC if the
176 VC data (e.g. JSON) is wrong (diewald)
177 - [cleanup] Improved test suite for queries/VC with wildcards
178 and regexes (margaretha, diewald)
179 - [bugfix] Ignore zero-bit bitset segments in searching (diewald)
Akrond8f88612017-02-15 19:26:54 +0100180
Akron69060ad2017-01-24 22:10:11 +01001810.55.7 2017-01-24
margarethaed9b3982018-08-02 17:01:57 +0200182 - [bugfix] Sorted results in unordered element distance query
183 results (margaretha)
184 - [bugfix] Throw error on optional operands in distance
185 queries (diewald)
186 - [performance] Remember solved problematic queries in the
187 query planner (diewald)
188 - [performance] Treat term queries like ".+?", ".+", ".*?", and ".*"
189 as any-terms (diewald)
190 - [feature] Introduced SpanExpansionQueryWrapper (diewald)
191 - [performance] Sequences of empty tokens will now be merged into
192 a single extension, if possible (diewald)
193 - [bugfix] Fixed paths in test suite for supporting
194 spaces (margaretha)
195 - [bugfix] Warn on empty elements in positional queries (diewald)
196 - [bugfix] Fix wrong deserialization test with negative element in
197 positional queries (diewald)
198 - [bugfix] Fix empty element match visualizations (diewald)
199 - [cleanup] Test indexer (margaretha)
200 - [feature] Improve indexer flags (margaretha)
201 - [bugfix] Improved Java8 compatibility (thomaskrause)
202 - [cleanup] Improved test suite for nested element distances
203 (margaretha)
204 - [bugfix] issue #16 (added skipTo in ElementDistanceSpan)
205 (margaretha)
206 - [bugfix] Fixed class ordering of highlights (diewald)
207 - [feature] warn on use of "operation:merge" (diewald)
Akronf9def5e2016-10-10 21:26:46 +0200208
Akron1ad99882016-09-29 18:48:46 +02002090.55.6 2016-08-10
margarethaed9b3982018-08-02 17:01:57 +0200210 - [bugfix] distance with key "t" uses default foundry (diewald)
211 - [cleanup] Renamed fromJson() to fromKoral() (diewald)
212 - [cleanup] Removed deprecated methods in Krill:
213 setSpanQuery(), getRequest() (diewald)
214 - [cleanup] Removed deprecated method in KrillIndex:
215 search() (diewald)
216 - [documentation] Refer to KoralQuery instead of Koral (diewald)
217 - [cleanup] Removed deprecated method in KrillCollection:
218 getCount() (diewald)
219 - [feature] Added getDoc() method to KrillIndex (diewald)
220 - [bugfix] Fixed UID handling (diewald)
221 - [feature] Added document method to Web-API (diewald)
222 - [feature] Added experimental KrillStats class (diewald)
223 - [bugfix] Escape quotes in JSON strings (diewald)
224 - [bugfix] Escape XML and Brackets in snippets correctly (diewald)
225 - [feature] Differ between matching scope and match highlighting,
226 in case the match was extended to the sentence scope (diewald)
227 - [bugfix] KoralQuery bugs are now correctly moved to responses (diewald)
228 - [security] Do not mirror arbitrary JSON objects (diewald)
229 - [bugfix] Fixed zero-boundary repetition bug (diewald)
Akronc12567c2016-06-03 00:40:52 +0200230
Akron9c04ce22016-05-02 16:03:21 +02002310.55.5 2016-05-02
margarethaed9b3982018-08-02 17:01:57 +0200232 - [performance] Changed to a dynamic window for sorting in FocusSpans (margaretha)
233 - [bugfix] store skipped spans in Repetitionspans as candidates
234 (margaretha)
235 - [bugfix] Store lazy loading embedded spans for startsWith in
236 WithinSpans (diewald)
237 - [bugfix] Fixed loading krill.info in case krill.properties is given
238 (diewald)
239 - [bugfix] Remove element payloads in SubSpans (similar to Focus)
240 to prevent wrong highlighting (diewald)
241 - [bugfix] Sort SubSpans (margaretha)
Akronef20d5a2016-04-25 19:20:33 +0200242
Akron30c46062016-04-22 14:24:37 +02002430.55.4 2016-04-22
margarethaed9b3982018-08-02 17:01:57 +0200244 - [bugfix] Wrap <base/s=t> boundaries around right extended queries
245 (diewald)
246 - [bugfix] Lazy loading bug in WithinSpans (diewald)
247 - [feature] Matching relation nodes with attributes (margaretha)
248 - [bugfix] Removed span id in SegmentSpans, added in NextSpans (margaretha)
249 - [feature] Updated relation deserialization (margaretha)
250 - [feature] Added tests for relation queries and relation deserialization
251 (margaretha)
252 - [bugfix] Workaround for Nullpointers in SpanOrQuery (diewald)
Akrona7b936d2016-03-04 13:40:54 +0100253
Akrondbf393b2016-02-22 10:16:59 +01002540.55.3 2016-02-22
margarethaed9b3982018-08-02 17:01:57 +0200255 - [bugfix] Use base foundry for default sentences and paragraphs
256 (diewald, margaretha)
257 - [bugfix] Distance constraint exclusion serialized (diewald)
258 - [bugfix] Use indexer without krill.properties packaged (diewald)
259 - [bugfix] Clean pom.xml regarding overlapping dependencies (diewald)
Akron43cea662016-02-15 23:43:59 +0100260
Akron8abefa12016-02-13 05:35:42 +01002610.55.2 2016-02-13
margarethaed9b3982018-08-02 17:01:57 +0200262 - [bugfix] Fixed support for corpus and doc IDs containing
263 dashes (diewald)
264 - [bugfix] Support "s" layer without meaning "surface" -
265 this is a hack (diewald)
Akron8abefa12016-02-13 05:35:42 +0100266
Akronb35261a2016-02-10 20:24:24 +01002670.55.1 2016-02-10
margarethaed9b3982018-08-02 17:01:57 +0200268 - [bugfix] Fixed attribute serialization in MatchInfo (diewald)
Akronb35261a2016-02-10 20:24:24 +0100269
Akron499c94c2016-02-04 13:13:43 +01002700.55 2016-02-04
margarethaed9b3982018-08-02 17:01:57 +0200271 - [feature] Introducing payload identifiers to the index
272 structure (diewald, margaretha)
273 ! This is a major release, introducing index features !
274 ! not compatible with indices of old versions of Krill !
Akron09a63ec2015-12-02 17:36:33 +0100275
Akrone4fdce42015-11-13 16:06:10 +01002760.54 2015-11-13
margarethaed9b3982018-08-02 17:01:57 +0200277 - [performance] Updated Lucene dependency from 4.10.3
278 to 5.0.0 (diewald)
279 - [bugfix] Minor fixes regarding invalid tokens in the
280 test suite (diewald)
281 - [bugfix] Fixed krill.properties test (diewald)
282 - [bugfix] Fixed multiple distances in disjunction query
283 (GitHub issue #2; margaretha)
Akron700c1eb2015-09-25 16:57:30 +0200284
Akroncd247202015-09-25 16:57:30 +02002850.53 2015-09-25
margarethaed9b3982018-08-02 17:01:57 +0200286 - [feature] Implemented new KrillCollection (diewald)
287 This should fix a lot of issues with deleted
288 documents and negation in virtual collections.
289 - [cleanup] REMOVED deprecated collection filtering (diewald)
290 - [cleanup] REMOVED deprecated termRelation API (diewald)
291 - [feature] Added removal methods for documents (diewald)
292 - [cleanup] REMOVED search method in KrillCollection (diewald)
293 - [bugfix] Fixed collection statistics (diewald)
294 - [feature] Improved packaging (diewald)
295 - [feature] Introduced cmd options for server (diewald)
296 - [feature] Return meta data on server-based indexation (diewald)
Akron3ba74f22015-07-24 18:46:17 +0200297
Akron1f619572015-07-08 17:33:47 +02002980.52 2015-07-08
margarethaed9b3982018-08-02 17:01:57 +0200299 - [bugfix] Fixed payload filtering in FocusSpans (margaretha)
300 - [workaround] Reintroduced empty collection support,
301 as Koral still creates them (diewald)
302 - [bugfix] Escaped characters now supported in MutiTerm (diewald)
303 - [feature] Deserialization of flags (diewald)
304 - [feature] Made responses valid KoralQueries (diewald)
305 - [bugfix] Fixed sequence deserialization bug for simple unordered
306 constraint (diewald)
307 - [bugfix] Mirror collection (diewald)
308 - [bugfix] Updated default fields for meta data (diewald)
309 - [bugfix] Updated match identifier for "sigle" data (diewald)
310 - [workaround] Support corpusID/docID and textSigle match strings
311 (diewald)
312 - [workaround] Support matches starting with "contains"
313 (Kustvakt bug/diewald)
314 - [bugfix] Fixed treatment of several collection types (diewald)
315 - [bugfix] Remove legacy error handling in Match (diewald)
316 - [bugfix] JSON-serialization bug in match in case of
317 error messages (diewald)
318 - [bugfix] 'fields' serialization (diewald)
319 - [bugfix] Deserialization of group:disjunction (diewald)
320 - [bugfix] Deserialization of wrapped spans (diewald)
321 - [bugfix] Fix KoralQuery mirroring in case of
322 parsing failures (diewald)
323 - [feature] Support '@all' as a 'fields' value for all meta
324 data fields (diewald)
325 - [bugfix] Fix case sensitivity bug in filters (diewald)
326 - [bugfix] Fix sentence expansion bug for new data (diewald)
327 - [bugfix] Deserialization of 'containsnot' instead of 'excludes'
328 (diewald)
margarethab9ee3e52015-05-04 12:42:23 +0200329
Marc Kupietza61d2ba2015-03-20 16:30:26 +01003300.51 2015-03-17
margarethaed9b3982018-08-02 17:01:57 +0200331 - This is a major version (prepared for the GitHub release)
332 - [cleanup] Changed groupID to "de.ids_mannheim.korap",
333 renamed korap-style.xml to Format.xml (diewald)
334 - [bugfix] Updated Format.xml to work with
335 recent versions of Eclipse (diewald)
336 - [documentation] Improved documentation for API classes (diewald)
337 - [bugfix] Updated AttributeSpans (margaretha)
338 - [bugfix] Updated SpanRelationQuery (margaretha)
339 - [cleanup] Autoformat (diewald)
340 - [documentation] References added to the Readme (diewald)
341 - [bugfix] Improved failing for missing property file (kupietz)
342 - [bugfix] Fixed tests for server responses to not use
343 Jackson deserialization (diewald)
344 - [cleanup] No more jersey logging in tests (diewald)
Nils Diewalde50bae02015-03-03 22:08:30 +0000345
Nils Diewald50333552015-03-02 15:54:46 +00003460.50.1 2015-03-02
margarethaed9b3982018-08-02 17:01:57 +0200347 - [feature] Deserialization of arbitrary elements with
348 attributes (margaretha)
349 - [cleanup] Extracted KrillMeta from Krill,
350 renamed KorapQuery to KrillQuery,
351 extracted QueryBuilder from KrillQuery,
352 renamed KorapIndexer to index/Indexer,
353 renamed KorapDocument to model/AbstractDocument,
354 renamed KorapMatch to response/Match,
355 renamed KorapIndex to KrillIndex,
356 renamed KorapCollection to KrillCollection,
357 moved collector classes from index to response,
358 renamed KorapDate to KrillDate,
359 renamed KorapArray to KrillArray,
360 renamed KorapByte to KrillByte,
361 renamed KorapString to KrillString,
362 moved KorapNode to server/Node,
363 moved KorapResult to response/Result,
364 renamed KorapResponse to Response,
365 moved model/* to index,
366 moved meta/SearchContext to response/SearchContext,
367 krillified property files,
368 added Errorcodes,
369 removed KrillIndex#addDocFile (diewald)
370 - [documentation] Improved documentation for API classes (diewald)
Nils Diewaldbbd39a52015-02-23 19:56:57 +0000371
3720.50 2015-02-23
margarethaed9b3982018-08-02 17:01:57 +0200373 - Project name is now "Krill"
Nils Diewaldbbd39a52015-02-23 19:56:57 +0000374
3750.49.4 2015-02-20
margarethaed9b3982018-08-02 17:01:57 +0200376 - [documentation] Improved documentation for API classes (diewald)
377 - [cleanup] Improved test coverage for utility classes (diewald)
378 - [performance] Updated Lucene dependency from 4.5.1 to 4.10.3,
379 Updated Jackson dependency from 2.4.0 to 2.4.4,
380 Updated Jersey dependency from 2.4.1 to 2.15 (diewald)
381 - [feature] Presorting of element terms in the index for coherent
382 SpanQuery sorting; Removed buffering of element candidates (diewald)
383 Warning: This is a breaking change!
384 - [feature] Added CorpusDataException to deal with data importing bugs;
385 made some imports break more easily though (diewald)
386 - [performance] Payloads in ElementSpans can now be lazily loaded,
387 MatchModifyClassSpans no longer rely on payload copies (diewald)
388 - [cleanup] Renamed /filter to /collection,
389 merge KorapHTML and KorapString,
390 removed KorapSpan, KorapTermSpan and KorapLongSpan,
391 renamed /analysis to /model,
392 renamed shrink() to focus(),
393 removed KorapPrimaryData,
394 fixed a lot of wrong tests for WithinSpans,
395 renamed KorapFilter to /collection/CollectionBuilder,
396 renamed SpanMatchModify to SpanFocus,
397 changed KoralQuery root prefix to "koral",
398 renamed different kinds of "queries" throughout classes,
399 renamed KorapSearch#run to KorapSearch#apply (diewald)
400 - [feature] Improved deserialization of SpanSubSpanQueries
401 (margaretha)
402 - [feature] Introducing the potential need for resorting queries
403 on focussing (e.g., set by relations) (diewald)
404 - [bugfix] Hopefully fixing a resource related bug for
405 server instantiation (diewald)
406 - [bugfix] Changed attribute spans to contain element's
407 width (margaretha)
408 - [feature] Improved highlighting to use semantic html5 (#193; diewald)
Nils Diewaldcb8afb32015-02-04 21:12:37 +0000409
4100.49.3 2015-02-03
margarethaed9b3982018-08-02 17:01:57 +0200411 - [documentation] Improved documentation for
412 API classes (diewald)
413 - [documentation] Improved documentation for
414 various queries (margaretha)
415 - [feature] Added deserialization of SpanSubSpanQueries
416 (margaretha, diewald)
417 - [bugfix] Null filters are now correctly extended (diewald)
418 - [cleanup] Refactoring of KorapResult, KorapResponse, KorapQuery,
419 deprecated operation:or in favor of operation:junction,
420 updating test suite for class and frame attributes (diewald)
421 - [bugfix] Empty class segments are now correctly serialized
422 in sequences (diewald)
423 - [feature] Started support for position frames (diewald)
424 - [bugfix] Fixed #134 Nullpointer exception in WithinSpans
425 (diewald, margaretha)
Nils Diewald44d5fa12015-01-15 21:31:52 +0000426
Nils Diewaldd86c0682014-12-05 20:46:26 +00004270.49.2 2014-12-05
margarethaed9b3982018-08-02 17:01:57 +0200428 - [documentation] Improved documentation for
429 various queries (margaretha)
430 - [feature] Added @Experimental support (margaretha)
431 - [feature] Added Eclipse based code formatting (diewald)
Nils Diewaldd86c0682014-12-05 20:46:26 +0000432
Nils Diewald2f2b0672014-11-25 20:26:22 +00004330.49.1 2014-11-25
margarethaed9b3982018-08-02 17:01:57 +0200434 - [cleanup] Major refactoring for new response messages,
435 removed deprecated error messaging,
436 removed long-term deprecated methods in KorapResult,
437 removed long-term deprecated methods in KorapMatch,
438 renamed toJSON->toJsonString
439 renamed toJSONnode->toJsonNode,
440 renamed fromJSON->fromJson (diewald)
441 - [documentation] Improved documentation for notifications (diewald)
Nils Diewaldc471b182014-11-19 22:51:15 +0000442
Nils Diewald886d3212014-11-14 01:27:23 +00004430.49 2014-11-14
margarethaed9b3982018-08-02 17:01:57 +0200444 - This is a major version (prepared for the Evaluation Meeting)
445 - [bugfix] Rewrite works in repeating expansions (margaretha)
446 - [feature] Clean timeout with parameter support (diewald)
447 - [workaround] Support unknown overlap frame,
448 if frames are known (diewald)
449 - [bugfix] Class payload fixed in SpanRepetitions (margaretha)
450 - [bugfix] #179 Expansion bug fixed (margaretha)
451 - [bugfix] Corrected small bug where null warnings where
452 returned in JSON (diewald)
453 - [cleanup] Converted error to failure (diewald)
454 - [bugfix] Added const layer rewrite (diewald)
Nils Diewald9b11a442014-11-08 20:47:17 +0000455
Nils Diewaldb84e7272014-11-07 01:27:38 +00004560.48 2014-11-07
margarethaed9b3982018-08-02 17:01:57 +0200457 - This is a major version (prepared for the "Tag der Offenen Tür")
458 - [feature] Retrieval of token lists (diewald)
459 - [bugfix] Classes can now be highlighted to 127.
460 - [bugfix] Sequences with distances won't be flattened in
461 SpanSequenceQueryWrapper (diewald)
462 - [bugfix] Sequences with [problem][problem][anchor] can now
463 be deserialized (diewald)
464 - [bugfix] Queries with regular expressions in spanNext() are now
465 correctly rewritten (diewald)
466 - [bugfix] Ignore foundry for orth layer (diewald)
467 - [feature] Support fields in meta (diewald)
468 - [workaround] Support more legacy APIs (diewald)
469 - [bugfix] Check for the existence of @type in JSON-LD groups
470 to avoid NullPointer (diewald)
471 - [cleanup] Validated query and collection input - limited
472 to a "don't break anyting" policy (diewald)
Nils Diewald277e9ce2014-11-06 03:42:11 +0000473
4740.47 2014-11-05
margarethaed9b3982018-08-02 17:01:57 +0200475 - [feature] Support new index format with more metadata (diewald)
476 - [bugfix] #142 Fixed class spans for skipTo() skips (margaretha)
477 - [feature] Added attribute support to relations (margaretha)
478 - [bugfix] Make classes and shrink default to 1 instead of 0 (diewald)
479 - [bugfix] shrink now removes all non-classes payloads (diewald)
Nils Diewaldba197f22014-11-01 17:21:46 +0000480
Nils Diewaldbe5943e2014-10-21 19:35:34 +00004810.46 2014-10-21
margarethaed9b3982018-08-02 17:01:57 +0200482 - [feature] Support for relation queries (margaretha)
483 - [feature] Wrapping of extension queries
484 (not completely tested yet; diewald)
Nils Diewaldbe5943e2014-10-21 19:35:34 +0000485
Nils Diewald92729ce2014-10-06 16:00:17 +00004860.45 2014-10-06
margarethaed9b3982018-08-02 17:01:57 +0200487 - [bugfix] Correctly respond request in JSON results (diewald)
488 - [cleanup] Made SpanQueryWrapper an abstract class instead
489 of an interface (diewald)
Nils Diewaldea28b622014-10-01 16:01:31 +0000490
Nils Diewald979b2fe2014-09-29 16:21:41 +00004910.44.1 2014-09-29
margarethaed9b3982018-08-02 17:01:57 +0200492 - [cleanup] Prepare test suite for publication (diewald)
Nils Diewald979b2fe2014-09-29 16:21:41 +0000493
Nils Diewald8d8641b2014-09-28 17:37:53 +00004940.44 2014-09-28
margarethaed9b3982018-08-02 17:01:57 +0200495 - [feature] Match collector using database for
496 distributed search (diewald)
497 - [bugfix] Unified boundary handling and prevent nullpointer
498 exceptions on parsing (diewald)
499 - [bugfix] Ordering of payloads reversed to make nesting highlights
500 nest correctly (diewald)
501 - [performance] Updated Lucene dependency from 4.3.1 to 4.5.1 (diewald)
502 - [performance] Updated Jackson dependency from 2.2.2 to 2.4.0 (diewald)
503 - [bugfix] Return matches correctly with JSON (diewald)
504 - [bugfix] Repare database tests working with temporary
505 databases (diewald)
Nils Diewald52d34d22014-09-25 00:50:13 +0000506
Nils Diewaldd723d812014-09-23 18:50:52 +00005070.43 2014-09-23
margarethaed9b3982018-08-02 17:01:57 +0200508 - [cleanup] Made a lot of stuff rely on KorapResponse (diewald)
509 - [bugfix] Small but ancient collection bug fixed (diewald)
510 - [feature] Collect first matches of documents based on UIDs (diewald)
Nils Diewaldd723d812014-09-23 18:50:52 +0000511
Nils Diewaldea125202014-09-19 15:12:06 +00005120.42 2014-09-19
margarethaed9b3982018-08-02 17:01:57 +0200513 - [cleanup] Extracted private classes from KorapMatch (diewald)
514 - [bugfix] Fix query rewrite in contains-queries (diewald)
Nils Diewald79f6c4d2014-09-17 17:34:01 +0000515
Nils Diewald99d7f8a2014-09-17 14:49:42 +00005160.41 2014-09-17
margarethaed9b3982018-08-02 17:01:57 +0200517 - [feature] getStartPos(classNr) and getEndPos(classNr)
518 in KorapMatch (diewald)
519 - [bugfix] SpanExpansionQuery with fixed Constructor
520 and Exclusion handling (margaretha)
521 - [feature] Early implementation of match collector (diewald)
Nils Diewaldc7b60632014-09-05 19:59:01 +0000522
Nils Diewald32030a62014-09-03 20:16:50 +00005230.40 2014-09-03
margarethaed9b3982018-08-02 17:01:57 +0200524 - [feature] Skeleton for standalone REST service (diewald)
Nils Diewald32030a62014-09-03 20:16:50 +0000525
Nils Diewald22a620c2014-09-03 20:13:37 +00005260.33 2014-09-01
margarethaed9b3982018-08-02 17:01:57 +0200527 - [feature] SpanSubspanQuery (margaretha)
528 - [feature] SpanExpansionQuery (margaretha)
Nils Diewald22a620c2014-09-03 20:13:37 +0000529
Nils Diewald1455e1e2014-08-01 16:12:43 +00005300.32 2014-08-01
margarethaed9b3982018-08-02 17:01:57 +0200531 - [bugfix] Fix for repetition candidates (margaretha)
532 - [bugfix] Some fixes for negative segments (diewald)
533 - [bugfix] SpanMatchModify now skips in case the
534 requested class isn't found (diewald)
535 - [performance] Some logging issues fixed (diewald)
Nils Diewald1455e1e2014-08-01 16:12:43 +0000536
Nils Diewald9b1efea2014-07-24 15:33:47 +00005370.31.8 2014-07-24
margarethaed9b3982018-08-02 17:01:57 +0200538 - [feature] Added optionality to querys for quantifiers (diewald)
539 - [feature] Support for korap:boundary deserialization (diewald)
Nils Diewald602c9222014-07-23 19:49:53 +0000540
Nils Diewald6081f362014-07-18 18:03:14 +00005410.31.7 2014-07-18
margarethaed9b3982018-08-02 17:01:57 +0200542 - [feature] Added warnings to responses (diewald)
Nils Diewald6081f362014-07-18 18:03:14 +0000543
Nils Diewaldee4a6b72014-06-30 18:23:12 +00005440.31.6 2014-06-30
margarethaed9b3982018-08-02 17:01:57 +0200545 - [feature] Support for korap:reference deserialization (diewald)
546 - [feature] Preliminary support for attributes in elements (margaretha)
547 - [feature] Preliminary support operation:repetition deserialization
548 (unfinished and untested; diewald)
Nils Diewaldee4a6b72014-06-30 18:23:12 +0000549
Nils Diewald6e9eb4e2014-06-17 19:28:01 +00005500.31.5 2014-06-17
margarethaed9b3982018-08-02 17:01:57 +0200551 - [feature] Batch return of defined foundries and layers in
552 getMatchInfo() (diewald)
553 - [security] Improve foundry and layer check before injection in
554 regex (diewald)
Nils Diewald6e9eb4e2014-06-17 19:28:01 +0000555
Nils Diewaldd4401ec2014-06-16 17:04:02 +00005560.31.4 2014-06-16
margarethaed9b3982018-08-02 17:01:57 +0200557 - [feature] MatchModifyClassQuery now can extend (diewald)
558 - [bugfix] Make matchinfo a bit more robust (diewald)
Nils Diewaldd4401ec2014-06-16 17:04:02 +0000559
Nils Diewald54187632014-06-11 14:39:29 +00005600.31.3 2014-06-11
margarethaed9b3982018-08-02 17:01:57 +0200561 - [bugfix] Minor bugfix regarding treatment of
562 failed search results (diewald)
Nils Diewald54187632014-06-11 14:39:29 +0000563
Nils Diewald7cf8c6d2014-05-28 18:37:38 +00005640.31.2 2014-05-28
margarethaed9b3982018-08-02 17:01:57 +0200565 - [feature] Request parameter "itemsPerResource" limits
566 hits per document (diewald)
Nils Diewald7cf8c6d2014-05-28 18:37:38 +0000567
Nils Diewaldec336122014-05-21 17:09:50 +00005680.31.1 2014-05-21
margarethaed9b3982018-08-02 17:01:57 +0200569 - [bugfix] Minor bugfix for wrongly serialized contexts
570 in responses (diewald)
Nils Diewaldec336122014-05-21 17:09:50 +0000571
Nils Diewald1e5d5942014-05-20 13:29:53 +00005720.31.0 2014-05-20
margarethaed9b3982018-08-02 17:01:57 +0200573 - [feature] span contexts in JSON-LD are now supported
574 - [bugfix] Multiple bugfixes regarding span context
575 extensions (diewald)
576 - [bugfix] Minor debugging bugs (diewald)
Nils Diewald1e5d5942014-05-20 13:29:53 +0000577
Nils Diewald50389b02014-04-11 16:27:52 +00005780.30.9 2014-04-11
margarethaed9b3982018-08-02 17:01:57 +0200579 - [bugfix] Prevent multiple identifiers in
580 relation highlighting (diewald)
Nils Diewald50389b02014-04-11 16:27:52 +0000581
Nils Diewald2276e1c2014-04-10 15:01:59 +00005820.30.8 2014-04-10
margarethaed9b3982018-08-02 17:01:57 +0200583 - Added getTermRelationJSON() to KorapCollection (diewald)
584 This is likely to get deprecated!
Nils Diewald2276e1c2014-04-10 15:01:59 +0000585
Nils Diewaldfb4d7b02014-04-09 17:56:17 +00005860.30.7 2014-04-09
margarethaed9b3982018-08-02 17:01:57 +0200587 - Moved JSON interpretation from BooleanFilter to KorapFilter (diewald)
588 - Added 'or' and group nesting to KorapFilter (diewald)
Nils Diewaldfb4d7b02014-04-09 17:56:17 +0000589
Nils Diewald20607ab2014-03-20 23:28:36 +00005900.30.6 2014-03-20
margarethaed9b3982018-08-02 17:01:57 +0200591 - Refactoring and cleaning of ElementSpans (diewald)
592 - [bugfix] Stabilizing KorapMatch (diewald)
Nils Diewald20607ab2014-03-20 23:28:36 +0000593
Nils Diewald6802acd2014-03-18 18:29:30 +00005940.30.5 2014-03-18
margarethaed9b3982018-08-02 17:01:57 +0200595 - Support for Quantifier Queries (margaretha)
596 - Some benchmarks (margaretha)
597 - [bugfix] WithinSpans respect match payloads,
598 and are now way more correct ;) (diewald)
599 - Support for overlap queries (diewald)
600 - Refactoring of WithinSpans (diewald)
601 - Introducing lazy loading for wrapper .end() in WithinSpans (diewald)
Nils Diewald6802acd2014-03-18 18:29:30 +0000602
Nils Diewaldd0d6feb2014-02-26 18:51:08 +00006030.30.4 2014-02-26
margarethaed9b3982018-08-02 17:01:57 +0200604 - [cleanup] Making MultiTerm* more robust (diewald)
Nils Diewaldd0d6feb2014-02-26 18:51:08 +0000605
Nils Diewaldefb9c9a2014-02-20 15:05:18 +00006060.30.3 2014-02-20
margarethaed9b3982018-08-02 17:01:57 +0200607 - Return json request in response if given (diewald)
608 - [bugfix] ClassSpans and WithinSpans check skipTo
609 in advance now (diewald)
610 - Compilerfriendly logging rules, resulting
611 in significant performance improvements (diewald)
612 - Small refactorings (diewald)
Nils Diewaldefb9c9a2014-02-20 15:05:18 +0000613
Nils Diewaldf5f29ff2014-02-14 12:24:34 +00006140.30.2 2014-02-14
margarethaed9b3982018-08-02 17:01:57 +0200615 - [bugfix] wrapper uses correct distance constraint (diewald)
Nils Diewaldf5f29ff2014-02-14 12:24:34 +0000616
Nils Diewalda1118032014-02-13 20:50:48 +00006170.30.1 2014-02-13
margarethaed9b3982018-08-02 17:01:57 +0200618 - Added sentence extension for match info (diewald)
Nils Diewalda1118032014-02-13 20:50:48 +0000619
Nils Diewaldbadb4f12014-02-13 17:26:12 +00006200.30 2014-02-13
margarethaed9b3982018-08-02 17:01:57 +0200621 - This is a major version
622 (prepared for the IDS meeting on the 17th of february)
623 - Improved stringification for distance queries (margaretha)
Nils Diewaldbadb4f12014-02-13 17:26:12 +0000624
Nils Diewald164f8be2014-02-13 02:43:16 +00006250.26.4 2014-02-12
margarethaed9b3982018-08-02 17:01:57 +0200626 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
627 (diewald)
628 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
Nils Diewald164f8be2014-02-13 02:43:16 +0000629
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00006300.26.3 2014-02-12
margarethaed9b3982018-08-02 17:01:57 +0200631 - [bugfix] Only open writer in case it's needed (diewald)
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000632
Nils Diewaldc86aa482014-02-12 16:58:05 +00006330.26.2 2014-02-12
margarethaed9b3982018-08-02 17:01:57 +0200634 - Added sequence queries with defined gaps (margaretha)
635 - Support for multiple distance constraints (margaretha)
636 - Updated json-ld deserialization with nested meta (diewald)
637 - [bugfix] Wildcards in segments were ignored (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +0000638
Nils Diewald345bdc02014-01-21 21:48:57 +00006390.26.1 2014-01-21
margarethaed9b3982018-08-02 17:01:57 +0200640 - Distinct Match retrieval including spans
641 and dependency relations (diewald)
Nils Diewald345bdc02014-01-21 21:48:57 +0000642
Nils Diewaldcde69082014-01-16 15:46:48 +00006430.26 2014-01-16
margarethaed9b3982018-08-02 17:01:57 +0200644 - Introduced standalone SpanSegmentQueries (margaretha)
645 - [bugfix] SpanNextQueries (margaretha)
646 - Support for Match Identifiers (diewald)
647 - Support for distinct Match retrieval (diewald)
Nils Diewaldcde69082014-01-16 15:46:48 +0000648
Nils Diewald4aadb0c2014-01-09 23:21:11 +00006490.25.3 2014-01-10
margarethaed9b3982018-08-02 17:01:57 +0200650 - Updated Lucene to 4.3.1 (diewald)
651 - Welcome! Eliza Margaretha has joined the team!
Nils Diewald4fca3ff2013-12-29 22:59:13 +0000652
6530.25.2 2013-12-29
margarethaed9b3982018-08-02 17:01:57 +0200654 - Fixed highlight bug with empty reopened tags
Nils Diewaldb1c3b652013-12-28 22:47:00 +0000655
Nils Diewald4aadb0c2014-01-09 23:21:11 +00006560.25.1 2013-12-28
margarethaed9b3982018-08-02 17:01:57 +0200657 - Support for pubDate collections
658 - Changed versioning scheme
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000659
Nils Diewaldb0dd9552013-12-20 02:28:34 +00006600.25 2013-12-20
margarethaed9b3982018-08-02 17:01:57 +0200661 - Support for Wildcard Queries
662 - Improved support for regular expressions
663 - Introduced keyword fields that store no positions
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000664
Nils Diewald9cc86fe2013-12-07 17:45:59 +00006650.24_1 2013-12-05
margarethaed9b3982018-08-02 17:01:57 +0200666 - This is a pseudo version for demo versions with dirty hacks,
667 meant to be rolled back!
668 - There is now an ignored broken test in TestKorapCollection
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000669
Nils Diewald3ed1afa2013-12-05 22:40:38 +00006700.24 2013-12-05
margarethaed9b3982018-08-02 17:01:57 +0200671 - Json deserializer finished for virtual collections
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000672
Nils Diewaldc6b78752013-12-05 19:05:12 +00006730.23 2013-12-05
margarethaed9b3982018-08-02 17:01:57 +0200674 - Error handling corrected in KorapResult
675 - Json deserializer finished for queries
Nils Diewaldc6b78752013-12-05 19:05:12 +0000676
Nils Diewaldc925b492013-12-03 23:56:10 +00006770.22 2013-12-04
margarethaed9b3982018-08-02 17:01:57 +0200678 - Introduced KorapSearch
679 - Json deserializer (started)
Nils Diewaldc925b492013-12-03 23:56:10 +0000680
Nils Diewald5def8bc2013-11-28 19:26:54 +00006810.21 2013-11-28
margarethaed9b3982018-08-02 17:01:57 +0200682 - Virtual collections can now be defined,
683 searched, nested and extended
Nils Diewald5def8bc2013-11-28 19:26:54 +0000684
Nils Diewaldf399a672013-11-18 17:55:22 +00006850.20 2013-11-18
margarethaed9b3982018-08-02 17:01:57 +0200686 - Unboxing from sandbox repository
Nils Diewaldf399a672013-11-18 17:55:22 +0000687
6880.11 2013-11-14
margarethaed9b3982018-08-02 17:01:57 +0200689 - JSON file importer (plain and gzip)
690 - [bugfix] Element Query
691 - [bugfix] Sequence Query
Nils Diewaldf399a672013-11-18 17:55:22 +0000692
6930.10 2013-11-11
margarethaed9b3982018-08-02 17:01:57 +0200694 - Added JSON input to indexer
Nils Diewaldf399a672013-11-18 17:55:22 +0000695
6960.09 2013-11-07
margarethaed9b3982018-08-02 17:01:57 +0200697 - Reconstruction of all wrapper queries using an interface
698 - Finished KorapQuery (preliminary feature freeze)
Nils Diewaldf399a672013-11-18 17:55:22 +0000699
7000.08 2013-10-18
margarethaed9b3982018-08-02 17:01:57 +0200701 - Changed methods to attributes in KorapMatch
702 - Changed SimpleJSON to Jackson
703 - Fixed Highlighting
704 - Some Refactoring of result classes
705 - Introduced KorapDocument
706 - Introduced KorapHTML utility
Nils Diewaldf399a672013-11-18 17:55:22 +0000707
7080.07 2013-10-14
margarethaed9b3982018-08-02 17:01:57 +0200709 - Added position to offset matching
Nils Diewaldf399a672013-11-18 17:55:22 +0000710
7110.06 2013-10-01
margarethaed9b3982018-08-02 17:01:57 +0200712 - Added SpanElementQuery for working WithinQeries
713 - Added KorapResult and KorapMatching
Nils Diewaldf399a672013-11-18 17:55:22 +0000714
7150.05 2013-09-18
margarethaed9b3982018-08-02 17:01:57 +0200716 - Fixed bug in indexing (MultiTermTokenStream)
717 - Fixed SpanNext
718 - Added KorapIndex
719 - First draft for KorapFilter
Nils Diewaldf399a672013-11-18 17:55:22 +0000720
7210.04 2013-09-01
margarethaed9b3982018-08-02 17:01:57 +0200722 - Introduced optimized SpanNext class (not working atm),
723 as SpanNear does not always work with nested synonyms
Nils Diewaldf399a672013-11-18 17:55:22 +0000724
7250.03 2013-08-28
margarethaed9b3982018-08-02 17:01:57 +0200726 - Added within query (not working atm)
727 - Pushed query part to public repo
Nils Diewaldf399a672013-11-18 17:55:22 +0000728
7290.02 2013-08-26
margarethaed9b3982018-08-02 17:01:57 +0200730 - Added sequences
Nils Diewaldf399a672013-11-18 17:55:22 +0000731
7320.01 2013-08-20
margarethaed9b3982018-08-02 17:01:57 +0200733 - First version as maven build environment