blob: dd4acf8f17898dd7dc020bf610d29b279188a7a0 [file] [log] [blame]
Akronbaeaf0e2019-06-19 15:04:41 +020010.58.6 2019-06-19
Akron81829f12019-04-09 23:06:34 +02002 - [bugfix] Updated cache loading (fixed #55) (diewald, margaretha)
Akron2b4d0652019-05-21 14:31:35 +02003 - [bugfix] Introduce left match cutting so that
4 in matchinfo with expandToContext cutting won't
5 remove the actual match (diewald; reported by CoRoLa)
Akronfbc76162019-06-04 15:51:09 +02006 - [feature] Make retrieval of primarydata optional (fixes #58)
7 (diewald)
Akronbaeaf0e2019-06-19 15:04:41 +02008 - [cleanup] Remove "startMore", "endMore", and "endCutted"
9 from JSON responses (diewald)
margarethafd469f32019-05-02 12:35:08 +020010
margaretha89a358d2019-03-18 15:03:52 +0100110.58.5 2019-03-18
Akronbe9638d2019-02-07 17:09:42 +010012 - [bugfix] Fix bug where duplicate keys occured in
13 field data output (diewald)
14 - [bugfix] Fix bug where fields already set where lifted
15 again, but ignored in the fields order list (diewald)
Akron46b63fd2019-02-25 14:15:07 +010016 - [feature] Added LocalDate handling to KrillDate (diewald)
Akron685ec962019-02-25 19:04:46 +010017 - [feature] Added upsert method to index and fix #43
18 by adding indexCreationDate and indexLastModified field
19 (diewald)
margaretha9d8d1132019-03-04 22:09:26 +010020 - [bugfix] Fixed #50 multiple timeout warnings (margaretha)
Akronf0e36532019-03-06 11:43:21 +010021 - [feature] Instead of adding, the Indexer now upserts documents
22 to avoid multiple documents with the same text sigle
23 (diewald)
margarethabb5c26c2019-03-12 13:54:22 +010024 - [bugfix] Fixed #53 element distance query bug (margaretha)
Akron75d0f382019-03-15 14:56:03 +010025 - [bugfix] Workaround for #54 failing offsets due to
26 surrogate pairs (diewald)
Akron81829f12019-04-09 23:06:34 +020027 - [feature] Added isReaderOpen method (margaretha)
Akrondd6642e2019-02-06 19:33:53 +010028
Akron1a975d12019-02-05 13:13:06 +0100290.58.4 2019-02-05
Akrone64cc162019-01-08 18:40:37 +010030 - [cleanup] Remove deprecated methods setLicense/getLicense,
31 setTokenization/getTokenization, setLayerInfo/getLayerInfo,
32 setField/getField (including json serialization)
33 (diewald)
Akrona6dabb72019-01-09 13:09:41 +010034 - [cleanup] Remove redundancy for meta field setting in
Akron74107462019-01-10 11:32:54 +010035 AbstractDocument and FieldDocument (diewald)
Akronde4f0852019-01-16 16:29:44 +010036 - [cleanup] Remove hardwired (de)serialization of legacy metadata
37 fields (diewald)
Akronc7a2abc2019-01-17 14:21:34 +010038 - [feature] Support for arbitrary metadata fields (fixes #47)
39 (diewald)
Akron1a8bb762019-01-18 15:48:59 +010040 - [feature] Support for fields parameter in getFields() method
41 (fixes #46) (diewald)
42 - [feature] Respect fields order for fields responses (fixes #46)
43 (diewald)
Akronbb117b32019-01-21 13:57:55 +010044 - [bugfix] Reintroduce getAvailability() method in AbstractDocument
45 for compatibility with Kustvakt (diewald)
Akron1a975d12019-02-05 13:13:06 +010046 - [bugfix] Fix bug where tokens were serialized in getFields()
47 method (diewald)
Akrone64cc162019-01-08 18:40:37 +010048
margarethaf96b5032018-12-17 11:43:26 +0100490.58.3 2018-12-17
Akronfafde022018-12-14 14:17:05 +010050 - [feature] Introduced attachements as meta data fields
51 (fixes #49) (diewald).
52 - [feature] Introduced preliminary support of arbitrary
53 metadata fields (see #47) (diewald)
margarethaf96b5032018-12-17 11:43:26 +010054 - [performance] Added debug flags (margaretha)
Akron8bb3bc32018-12-12 19:34:56 +010055
Akron567b6fe2018-12-06 15:06:58 +0100560.58.2 2018-12-05
57 - [bugfix] Fixed the candidate list in NextSpans, see de.ids_mannheim.
58 korap.index.TestNextIndex.testNextExpansionBug() (margaretha)
59 - [bugfix] Fixed left expansion match order (margaretha)
Akronfafde022018-12-14 14:17:05 +010060 - [bugfix] Fixed right expansion match order & expansion over start
61 (margaretha)
Akron567b6fe2018-12-06 15:06:58 +010062 - [feature] Added opt() method to QueryBuilder (diewald)
63 - [bugfix] Improved FocusSpans sorting (fixes #7) (margaretha)
64 - [bugfix] Adopt sorting for FocusSpans in SpanQueryWrappers (diewald)
65 - [cleanup] Removed deprecated within() method from QueryBuilder (diewald)
66
670.58.1 2018-11-12
Akron77903842018-10-22 13:05:23 +020068 - [bugfix] Security upgrade of Jackson for CVE-2017-17485 and
69 CVE-2018-7489 (diewald)
Akron6e5acee2018-10-31 01:22:46 +010070 - [bugfix] Span expansion with negation (margaretha)
71 - [bugfix] OpenJDK8u181-workaround (see Debian Bug report #911925)
72 (diewald)
Akron1f88f402018-11-02 14:32:09 +010073 - [feature] Helper methods for fuzzing (diewald)
74 - [bugfix] Remove entries from matchList that are not in the same
75 document in NextSpans (diewald)
margaretha1bbd1be2018-11-12 14:46:42 +010076 - [bugfix] Fixed skipTo in NextSpans, see de.ids_mannheim.korap.index.
margaretha7f4fd652018-11-22 18:00:02 +010077 TestRepetitionIndex.testRepetitionSnippetBug3() (margaretha)
Akron77903842018-10-22 13:05:23 +020078
margarethaa0d88f62018-09-03 18:03:52 +0200790.58.0 2018-09-03
Akron451b7ae2018-08-15 13:21:27 +020080 - [feature] Implemented referencing cached collection (margaretha)
81 - [feature] Implemented deserialization of collection with array values
82 and cache option (margaretha)
83 - [feature] Implemented caching collection (margaretha)
84 - [feature] Implemented KrillCollection cache clearing (margaretha)
85 - [feature] Implemented auto-caching for VC (margaretha)
86 - [feature] Implemented serializable doc bits vector for VC caching
87 on disk (margaretha)
88 - [feature] Added check for non-existing doc bit vector in the cache
89 (margaretha)
90 - [feature] Implemented custom namedVC path (margaretha)
91 - [bugfix] Fix wrong behaviour of negative constraints in and-Groups
92 of VCs (#42; diewald)
margarethac20a9212018-08-21 14:32:09 +020093 - [feature] Adding loading namedVC from gz (margaretha)
margaretha8a8c4272018-08-21 17:39:27 +020094 - [bugfix] Fixed VC deserialization and double negations in
95 CollectionBuilder.group (margaretha)
Akronb59f40e2018-08-23 17:15:43 +020096 - [cleanup] Move caching mechanism to toFilter() phase (diewald)
97 - [cleanup] Rewrite test suite for caching to be part of
98 regular test suite (diewald)
Akronba5e2d42018-10-09 11:02:52 +020099 - [bugfix] Fixed missing docs in VC cache (margaretha)
100 - [documentation] Added update hint to Readme (diewald)
margaretha8efa3752018-07-24 17:46:43 +0200101
Akron27469702018-04-05 12:46:18 +02001020.57 2018-04-05
margarethaed9b3982018-08-02 17:01:57 +0200103 - [feature] Support text queries in metadata
104 (requires reindexing to work properly; diewald)
105 - [cleanup] Remove unnecessary case folding in meta field
106 text queries (diewald)
Akron408ae352018-03-28 16:47:41 +0200107
Akron7e750972018-03-23 14:21:21 +01001080.56.2 2018-03-23
margarethaed9b3982018-08-02 17:01:57 +0200109 - [feature] Introduce meta field retrieval method (diewald)
110 - [cleanup] Rename KrillQuery's "_"-method to "nr" to improve
111 compatibility with future versions of Java (diewald)
112 - [bugfix] Fixed expansion to respect character boundaries
113 (diewald)
114 - [bugfix] Fixed wrong behaviour of textual non-contexts in
115 snippet generation (diewald)
116 - [bugfix] Removed problematic serialization of empty
117 annotations (diewald)
118 - [feature] Serialize metadata keywords as arrays, when
119 indexed properly (may require reindexing; diewald)
120 - [feature] Serialize dates in dash separation format, when
121 metadata field name ends with "Date" (diewald)
122 - [bugfix] Fixed left exclusion-expansion when there is no
123 more span for SpanOrQuery (margaretha)
124 - [bugfix] Fixed matchID response to be always identical to
125 a given matchID (diewald)
Akronc74dee02018-02-07 18:48:30 +0100126
Akrond5789302018-01-31 09:18:14 +01001270.56.1 2018-01-31
margarethaed9b3982018-08-02 17:01:57 +0200128 - [bugfix] Changed relation serialization in snippet to work
129 with segmented target anchors (diewald)
130 Warning: This is a breaking change!
Akrond5789302018-01-31 09:18:14 +0100131
Akronab2b3a52018-01-11 16:10:46 +01001320.55.9 2018-01-11
margarethaed9b3982018-08-02 17:01:57 +0200133 - [bugfix] Serialize token identifier correctly for
134 new corpora with text siglen (diewald)
135 - [bugfix] Extend bytebuffer for relation payloads (diewald)
136 - [bugfix] Wrong char offsets in snippet generation, where
137 repositioning can result in exceeding the string (diewald)
138 - [bugfix] Set correct start position of token-token-relations
139 in snippet generation (diewald)
140 - [bugfix] Token cannot contain another token or element (margaretha)
141 - [feature] Enabled searching relation query using regex (margaretha)
142 - [bugfix] Fix deserialization of negative regex in sequences (diewald)
143 - [cleanup] Upgraded Log4j to v2 (diewald)
Akron47929692017-09-12 14:41:26 +0200144
Akron291baad2017-09-05 19:30:40 +02001450.55.8 2017-09-05
margarethaed9b3982018-08-02 17:01:57 +0200146 - [feature] Retrieve and display pagebreaks (diewald)
147 - [bugfix] Handle invalid dates in input (diewald)
148 - [feature] Support availability meta data (diewald)
149 - [bugfix] Do not respond with a "match all" VC if the
150 VC data (e.g. JSON) is wrong (diewald)
151 - [cleanup] Improved test suite for queries/VC with wildcards
152 and regexes (margaretha, diewald)
153 - [bugfix] Ignore zero-bit bitset segments in searching (diewald)
Akrond8f88612017-02-15 19:26:54 +0100154
Akron69060ad2017-01-24 22:10:11 +01001550.55.7 2017-01-24
margarethaed9b3982018-08-02 17:01:57 +0200156 - [bugfix] Sorted results in unordered element distance query
157 results (margaretha)
158 - [bugfix] Throw error on optional operands in distance
159 queries (diewald)
160 - [performance] Remember solved problematic queries in the
161 query planner (diewald)
162 - [performance] Treat term queries like ".+?", ".+", ".*?", and ".*"
163 as any-terms (diewald)
164 - [feature] Introduced SpanExpansionQueryWrapper (diewald)
165 - [performance] Sequences of empty tokens will now be merged into
166 a single extension, if possible (diewald)
167 - [bugfix] Fixed paths in test suite for supporting
168 spaces (margaretha)
169 - [bugfix] Warn on empty elements in positional queries (diewald)
170 - [bugfix] Fix wrong deserialization test with negative element in
171 positional queries (diewald)
172 - [bugfix] Fix empty element match visualizations (diewald)
173 - [cleanup] Test indexer (margaretha)
174 - [feature] Improve indexer flags (margaretha)
175 - [bugfix] Improved Java8 compatibility (thomaskrause)
176 - [cleanup] Improved test suite for nested element distances
177 (margaretha)
178 - [bugfix] issue #16 (added skipTo in ElementDistanceSpan)
179 (margaretha)
180 - [bugfix] Fixed class ordering of highlights (diewald)
181 - [feature] warn on use of "operation:merge" (diewald)
Akronf9def5e2016-10-10 21:26:46 +0200182
Akron1ad99882016-09-29 18:48:46 +02001830.55.6 2016-08-10
margarethaed9b3982018-08-02 17:01:57 +0200184 - [bugfix] distance with key "t" uses default foundry (diewald)
185 - [cleanup] Renamed fromJson() to fromKoral() (diewald)
186 - [cleanup] Removed deprecated methods in Krill:
187 setSpanQuery(), getRequest() (diewald)
188 - [cleanup] Removed deprecated method in KrillIndex:
189 search() (diewald)
190 - [documentation] Refer to KoralQuery instead of Koral (diewald)
191 - [cleanup] Removed deprecated method in KrillCollection:
192 getCount() (diewald)
193 - [feature] Added getDoc() method to KrillIndex (diewald)
194 - [bugfix] Fixed UID handling (diewald)
195 - [feature] Added document method to Web-API (diewald)
196 - [feature] Added experimental KrillStats class (diewald)
197 - [bugfix] Escape quotes in JSON strings (diewald)
198 - [bugfix] Escape XML and Brackets in snippets correctly (diewald)
199 - [feature] Differ between matching scope and match highlighting,
200 in case the match was extended to the sentence scope (diewald)
201 - [bugfix] KoralQuery bugs are now correctly moved to responses (diewald)
202 - [security] Do not mirror arbitrary JSON objects (diewald)
203 - [bugfix] Fixed zero-boundary repetition bug (diewald)
Akronc12567c2016-06-03 00:40:52 +0200204
Akron9c04ce22016-05-02 16:03:21 +02002050.55.5 2016-05-02
margarethaed9b3982018-08-02 17:01:57 +0200206 - [performance] Changed to a dynamic window for sorting in FocusSpans (margaretha)
207 - [bugfix] store skipped spans in Repetitionspans as candidates
208 (margaretha)
209 - [bugfix] Store lazy loading embedded spans for startsWith in
210 WithinSpans (diewald)
211 - [bugfix] Fixed loading krill.info in case krill.properties is given
212 (diewald)
213 - [bugfix] Remove element payloads in SubSpans (similar to Focus)
214 to prevent wrong highlighting (diewald)
215 - [bugfix] Sort SubSpans (margaretha)
Akronef20d5a2016-04-25 19:20:33 +0200216
Akron30c46062016-04-22 14:24:37 +02002170.55.4 2016-04-22
margarethaed9b3982018-08-02 17:01:57 +0200218 - [bugfix] Wrap <base/s=t> boundaries around right extended queries
219 (diewald)
220 - [bugfix] Lazy loading bug in WithinSpans (diewald)
221 - [feature] Matching relation nodes with attributes (margaretha)
222 - [bugfix] Removed span id in SegmentSpans, added in NextSpans (margaretha)
223 - [feature] Updated relation deserialization (margaretha)
224 - [feature] Added tests for relation queries and relation deserialization
225 (margaretha)
226 - [bugfix] Workaround for Nullpointers in SpanOrQuery (diewald)
Akrona7b936d2016-03-04 13:40:54 +0100227
Akrondbf393b2016-02-22 10:16:59 +01002280.55.3 2016-02-22
margarethaed9b3982018-08-02 17:01:57 +0200229 - [bugfix] Use base foundry for default sentences and paragraphs
230 (diewald, margaretha)
231 - [bugfix] Distance constraint exclusion serialized (diewald)
232 - [bugfix] Use indexer without krill.properties packaged (diewald)
233 - [bugfix] Clean pom.xml regarding overlapping dependencies (diewald)
Akron43cea662016-02-15 23:43:59 +0100234
Akron8abefa12016-02-13 05:35:42 +01002350.55.2 2016-02-13
margarethaed9b3982018-08-02 17:01:57 +0200236 - [bugfix] Fixed support for corpus and doc IDs containing
237 dashes (diewald)
238 - [bugfix] Support "s" layer without meaning "surface" -
239 this is a hack (diewald)
Akron8abefa12016-02-13 05:35:42 +0100240
Akronb35261a2016-02-10 20:24:24 +01002410.55.1 2016-02-10
margarethaed9b3982018-08-02 17:01:57 +0200242 - [bugfix] Fixed attribute serialization in MatchInfo (diewald)
Akronb35261a2016-02-10 20:24:24 +0100243
Akron499c94c2016-02-04 13:13:43 +01002440.55 2016-02-04
margarethaed9b3982018-08-02 17:01:57 +0200245 - [feature] Introducing payload identifiers to the index
246 structure (diewald, margaretha)
247 ! This is a major release, introducing index features !
248 ! not compatible with indices of old versions of Krill !
Akron09a63ec2015-12-02 17:36:33 +0100249
Akrone4fdce42015-11-13 16:06:10 +01002500.54 2015-11-13
margarethaed9b3982018-08-02 17:01:57 +0200251 - [performance] Updated Lucene dependency from 4.10.3
252 to 5.0.0 (diewald)
253 - [bugfix] Minor fixes regarding invalid tokens in the
254 test suite (diewald)
255 - [bugfix] Fixed krill.properties test (diewald)
256 - [bugfix] Fixed multiple distances in disjunction query
257 (GitHub issue #2; margaretha)
Akron700c1eb2015-09-25 16:57:30 +0200258
Akroncd247202015-09-25 16:57:30 +02002590.53 2015-09-25
margarethaed9b3982018-08-02 17:01:57 +0200260 - [feature] Implemented new KrillCollection (diewald)
261 This should fix a lot of issues with deleted
262 documents and negation in virtual collections.
263 - [cleanup] REMOVED deprecated collection filtering (diewald)
264 - [cleanup] REMOVED deprecated termRelation API (diewald)
265 - [feature] Added removal methods for documents (diewald)
266 - [cleanup] REMOVED search method in KrillCollection (diewald)
267 - [bugfix] Fixed collection statistics (diewald)
268 - [feature] Improved packaging (diewald)
269 - [feature] Introduced cmd options for server (diewald)
270 - [feature] Return meta data on server-based indexation (diewald)
Akron3ba74f22015-07-24 18:46:17 +0200271
Akron1f619572015-07-08 17:33:47 +02002720.52 2015-07-08
margarethaed9b3982018-08-02 17:01:57 +0200273 - [bugfix] Fixed payload filtering in FocusSpans (margaretha)
274 - [workaround] Reintroduced empty collection support,
275 as Koral still creates them (diewald)
276 - [bugfix] Escaped characters now supported in MutiTerm (diewald)
277 - [feature] Deserialization of flags (diewald)
278 - [feature] Made responses valid KoralQueries (diewald)
279 - [bugfix] Fixed sequence deserialization bug for simple unordered
280 constraint (diewald)
281 - [bugfix] Mirror collection (diewald)
282 - [bugfix] Updated default fields for meta data (diewald)
283 - [bugfix] Updated match identifier for "sigle" data (diewald)
284 - [workaround] Support corpusID/docID and textSigle match strings
285 (diewald)
286 - [workaround] Support matches starting with "contains"
287 (Kustvakt bug/diewald)
288 - [bugfix] Fixed treatment of several collection types (diewald)
289 - [bugfix] Remove legacy error handling in Match (diewald)
290 - [bugfix] JSON-serialization bug in match in case of
291 error messages (diewald)
292 - [bugfix] 'fields' serialization (diewald)
293 - [bugfix] Deserialization of group:disjunction (diewald)
294 - [bugfix] Deserialization of wrapped spans (diewald)
295 - [bugfix] Fix KoralQuery mirroring in case of
296 parsing failures (diewald)
297 - [feature] Support '@all' as a 'fields' value for all meta
298 data fields (diewald)
299 - [bugfix] Fix case sensitivity bug in filters (diewald)
300 - [bugfix] Fix sentence expansion bug for new data (diewald)
301 - [bugfix] Deserialization of 'containsnot' instead of 'excludes'
302 (diewald)
margarethab9ee3e52015-05-04 12:42:23 +0200303
Marc Kupietza61d2ba2015-03-20 16:30:26 +01003040.51 2015-03-17
margarethaed9b3982018-08-02 17:01:57 +0200305 - This is a major version (prepared for the GitHub release)
306 - [cleanup] Changed groupID to "de.ids_mannheim.korap",
307 renamed korap-style.xml to Format.xml (diewald)
308 - [bugfix] Updated Format.xml to work with
309 recent versions of Eclipse (diewald)
310 - [documentation] Improved documentation for API classes (diewald)
311 - [bugfix] Updated AttributeSpans (margaretha)
312 - [bugfix] Updated SpanRelationQuery (margaretha)
313 - [cleanup] Autoformat (diewald)
314 - [documentation] References added to the Readme (diewald)
315 - [bugfix] Improved failing for missing property file (kupietz)
316 - [bugfix] Fixed tests for server responses to not use
317 Jackson deserialization (diewald)
318 - [cleanup] No more jersey logging in tests (diewald)
Nils Diewalde50bae02015-03-03 22:08:30 +0000319
Nils Diewald50333552015-03-02 15:54:46 +00003200.50.1 2015-03-02
margarethaed9b3982018-08-02 17:01:57 +0200321 - [feature] Deserialization of arbitrary elements with
322 attributes (margaretha)
323 - [cleanup] Extracted KrillMeta from Krill,
324 renamed KorapQuery to KrillQuery,
325 extracted QueryBuilder from KrillQuery,
326 renamed KorapIndexer to index/Indexer,
327 renamed KorapDocument to model/AbstractDocument,
328 renamed KorapMatch to response/Match,
329 renamed KorapIndex to KrillIndex,
330 renamed KorapCollection to KrillCollection,
331 moved collector classes from index to response,
332 renamed KorapDate to KrillDate,
333 renamed KorapArray to KrillArray,
334 renamed KorapByte to KrillByte,
335 renamed KorapString to KrillString,
336 moved KorapNode to server/Node,
337 moved KorapResult to response/Result,
338 renamed KorapResponse to Response,
339 moved model/* to index,
340 moved meta/SearchContext to response/SearchContext,
341 krillified property files,
342 added Errorcodes,
343 removed KrillIndex#addDocFile (diewald)
344 - [documentation] Improved documentation for API classes (diewald)
Nils Diewaldbbd39a52015-02-23 19:56:57 +0000345
3460.50 2015-02-23
margarethaed9b3982018-08-02 17:01:57 +0200347 - Project name is now "Krill"
Nils Diewaldbbd39a52015-02-23 19:56:57 +0000348
3490.49.4 2015-02-20
margarethaed9b3982018-08-02 17:01:57 +0200350 - [documentation] Improved documentation for API classes (diewald)
351 - [cleanup] Improved test coverage for utility classes (diewald)
352 - [performance] Updated Lucene dependency from 4.5.1 to 4.10.3,
353 Updated Jackson dependency from 2.4.0 to 2.4.4,
354 Updated Jersey dependency from 2.4.1 to 2.15 (diewald)
355 - [feature] Presorting of element terms in the index for coherent
356 SpanQuery sorting; Removed buffering of element candidates (diewald)
357 Warning: This is a breaking change!
358 - [feature] Added CorpusDataException to deal with data importing bugs;
359 made some imports break more easily though (diewald)
360 - [performance] Payloads in ElementSpans can now be lazily loaded,
361 MatchModifyClassSpans no longer rely on payload copies (diewald)
362 - [cleanup] Renamed /filter to /collection,
363 merge KorapHTML and KorapString,
364 removed KorapSpan, KorapTermSpan and KorapLongSpan,
365 renamed /analysis to /model,
366 renamed shrink() to focus(),
367 removed KorapPrimaryData,
368 fixed a lot of wrong tests for WithinSpans,
369 renamed KorapFilter to /collection/CollectionBuilder,
370 renamed SpanMatchModify to SpanFocus,
371 changed KoralQuery root prefix to "koral",
372 renamed different kinds of "queries" throughout classes,
373 renamed KorapSearch#run to KorapSearch#apply (diewald)
374 - [feature] Improved deserialization of SpanSubSpanQueries
375 (margaretha)
376 - [feature] Introducing the potential need for resorting queries
377 on focussing (e.g., set by relations) (diewald)
378 - [bugfix] Hopefully fixing a resource related bug for
379 server instantiation (diewald)
380 - [bugfix] Changed attribute spans to contain element's
381 width (margaretha)
382 - [feature] Improved highlighting to use semantic html5 (#193; diewald)
Nils Diewaldcb8afb32015-02-04 21:12:37 +0000383
3840.49.3 2015-02-03
margarethaed9b3982018-08-02 17:01:57 +0200385 - [documentation] Improved documentation for
386 API classes (diewald)
387 - [documentation] Improved documentation for
388 various queries (margaretha)
389 - [feature] Added deserialization of SpanSubSpanQueries
390 (margaretha, diewald)
391 - [bugfix] Null filters are now correctly extended (diewald)
392 - [cleanup] Refactoring of KorapResult, KorapResponse, KorapQuery,
393 deprecated operation:or in favor of operation:junction,
394 updating test suite for class and frame attributes (diewald)
395 - [bugfix] Empty class segments are now correctly serialized
396 in sequences (diewald)
397 - [feature] Started support for position frames (diewald)
398 - [bugfix] Fixed #134 Nullpointer exception in WithinSpans
399 (diewald, margaretha)
Nils Diewald44d5fa12015-01-15 21:31:52 +0000400
Nils Diewaldd86c0682014-12-05 20:46:26 +00004010.49.2 2014-12-05
margarethaed9b3982018-08-02 17:01:57 +0200402 - [documentation] Improved documentation for
403 various queries (margaretha)
404 - [feature] Added @Experimental support (margaretha)
405 - [feature] Added Eclipse based code formatting (diewald)
Nils Diewaldd86c0682014-12-05 20:46:26 +0000406
Nils Diewald2f2b0672014-11-25 20:26:22 +00004070.49.1 2014-11-25
margarethaed9b3982018-08-02 17:01:57 +0200408 - [cleanup] Major refactoring for new response messages,
409 removed deprecated error messaging,
410 removed long-term deprecated methods in KorapResult,
411 removed long-term deprecated methods in KorapMatch,
412 renamed toJSON->toJsonString
413 renamed toJSONnode->toJsonNode,
414 renamed fromJSON->fromJson (diewald)
415 - [documentation] Improved documentation for notifications (diewald)
Nils Diewaldc471b182014-11-19 22:51:15 +0000416
Nils Diewald886d3212014-11-14 01:27:23 +00004170.49 2014-11-14
margarethaed9b3982018-08-02 17:01:57 +0200418 - This is a major version (prepared for the Evaluation Meeting)
419 - [bugfix] Rewrite works in repeating expansions (margaretha)
420 - [feature] Clean timeout with parameter support (diewald)
421 - [workaround] Support unknown overlap frame,
422 if frames are known (diewald)
423 - [bugfix] Class payload fixed in SpanRepetitions (margaretha)
424 - [bugfix] #179 Expansion bug fixed (margaretha)
425 - [bugfix] Corrected small bug where null warnings where
426 returned in JSON (diewald)
427 - [cleanup] Converted error to failure (diewald)
428 - [bugfix] Added const layer rewrite (diewald)
Nils Diewald9b11a442014-11-08 20:47:17 +0000429
Nils Diewaldb84e7272014-11-07 01:27:38 +00004300.48 2014-11-07
margarethaed9b3982018-08-02 17:01:57 +0200431 - This is a major version (prepared for the "Tag der Offenen Tür")
432 - [feature] Retrieval of token lists (diewald)
433 - [bugfix] Classes can now be highlighted to 127.
434 - [bugfix] Sequences with distances won't be flattened in
435 SpanSequenceQueryWrapper (diewald)
436 - [bugfix] Sequences with [problem][problem][anchor] can now
437 be deserialized (diewald)
438 - [bugfix] Queries with regular expressions in spanNext() are now
439 correctly rewritten (diewald)
440 - [bugfix] Ignore foundry for orth layer (diewald)
441 - [feature] Support fields in meta (diewald)
442 - [workaround] Support more legacy APIs (diewald)
443 - [bugfix] Check for the existence of @type in JSON-LD groups
444 to avoid NullPointer (diewald)
445 - [cleanup] Validated query and collection input - limited
446 to a "don't break anyting" policy (diewald)
Nils Diewald277e9ce2014-11-06 03:42:11 +0000447
4480.47 2014-11-05
margarethaed9b3982018-08-02 17:01:57 +0200449 - [feature] Support new index format with more metadata (diewald)
450 - [bugfix] #142 Fixed class spans for skipTo() skips (margaretha)
451 - [feature] Added attribute support to relations (margaretha)
452 - [bugfix] Make classes and shrink default to 1 instead of 0 (diewald)
453 - [bugfix] shrink now removes all non-classes payloads (diewald)
Nils Diewaldba197f22014-11-01 17:21:46 +0000454
Nils Diewaldbe5943e2014-10-21 19:35:34 +00004550.46 2014-10-21
margarethaed9b3982018-08-02 17:01:57 +0200456 - [feature] Support for relation queries (margaretha)
457 - [feature] Wrapping of extension queries
458 (not completely tested yet; diewald)
Nils Diewaldbe5943e2014-10-21 19:35:34 +0000459
Nils Diewald92729ce2014-10-06 16:00:17 +00004600.45 2014-10-06
margarethaed9b3982018-08-02 17:01:57 +0200461 - [bugfix] Correctly respond request in JSON results (diewald)
462 - [cleanup] Made SpanQueryWrapper an abstract class instead
463 of an interface (diewald)
Nils Diewaldea28b622014-10-01 16:01:31 +0000464
Nils Diewald979b2fe2014-09-29 16:21:41 +00004650.44.1 2014-09-29
margarethaed9b3982018-08-02 17:01:57 +0200466 - [cleanup] Prepare test suite for publication (diewald)
Nils Diewald979b2fe2014-09-29 16:21:41 +0000467
Nils Diewald8d8641b2014-09-28 17:37:53 +00004680.44 2014-09-28
margarethaed9b3982018-08-02 17:01:57 +0200469 - [feature] Match collector using database for
470 distributed search (diewald)
471 - [bugfix] Unified boundary handling and prevent nullpointer
472 exceptions on parsing (diewald)
473 - [bugfix] Ordering of payloads reversed to make nesting highlights
474 nest correctly (diewald)
475 - [performance] Updated Lucene dependency from 4.3.1 to 4.5.1 (diewald)
476 - [performance] Updated Jackson dependency from 2.2.2 to 2.4.0 (diewald)
477 - [bugfix] Return matches correctly with JSON (diewald)
478 - [bugfix] Repare database tests working with temporary
479 databases (diewald)
Nils Diewald52d34d22014-09-25 00:50:13 +0000480
Nils Diewaldd723d812014-09-23 18:50:52 +00004810.43 2014-09-23
margarethaed9b3982018-08-02 17:01:57 +0200482 - [cleanup] Made a lot of stuff rely on KorapResponse (diewald)
483 - [bugfix] Small but ancient collection bug fixed (diewald)
484 - [feature] Collect first matches of documents based on UIDs (diewald)
Nils Diewaldd723d812014-09-23 18:50:52 +0000485
Nils Diewaldea125202014-09-19 15:12:06 +00004860.42 2014-09-19
margarethaed9b3982018-08-02 17:01:57 +0200487 - [cleanup] Extracted private classes from KorapMatch (diewald)
488 - [bugfix] Fix query rewrite in contains-queries (diewald)
Nils Diewald79f6c4d2014-09-17 17:34:01 +0000489
Nils Diewald99d7f8a2014-09-17 14:49:42 +00004900.41 2014-09-17
margarethaed9b3982018-08-02 17:01:57 +0200491 - [feature] getStartPos(classNr) and getEndPos(classNr)
492 in KorapMatch (diewald)
493 - [bugfix] SpanExpansionQuery with fixed Constructor
494 and Exclusion handling (margaretha)
495 - [feature] Early implementation of match collector (diewald)
Nils Diewaldc7b60632014-09-05 19:59:01 +0000496
Nils Diewald32030a62014-09-03 20:16:50 +00004970.40 2014-09-03
margarethaed9b3982018-08-02 17:01:57 +0200498 - [feature] Skeleton for standalone REST service (diewald)
Nils Diewald32030a62014-09-03 20:16:50 +0000499
Nils Diewald22a620c2014-09-03 20:13:37 +00005000.33 2014-09-01
margarethaed9b3982018-08-02 17:01:57 +0200501 - [feature] SpanSubspanQuery (margaretha)
502 - [feature] SpanExpansionQuery (margaretha)
Nils Diewald22a620c2014-09-03 20:13:37 +0000503
Nils Diewald1455e1e2014-08-01 16:12:43 +00005040.32 2014-08-01
margarethaed9b3982018-08-02 17:01:57 +0200505 - [bugfix] Fix for repetition candidates (margaretha)
506 - [bugfix] Some fixes for negative segments (diewald)
507 - [bugfix] SpanMatchModify now skips in case the
508 requested class isn't found (diewald)
509 - [performance] Some logging issues fixed (diewald)
Nils Diewald1455e1e2014-08-01 16:12:43 +0000510
Nils Diewald9b1efea2014-07-24 15:33:47 +00005110.31.8 2014-07-24
margarethaed9b3982018-08-02 17:01:57 +0200512 - [feature] Added optionality to querys for quantifiers (diewald)
513 - [feature] Support for korap:boundary deserialization (diewald)
Nils Diewald602c9222014-07-23 19:49:53 +0000514
Nils Diewald6081f362014-07-18 18:03:14 +00005150.31.7 2014-07-18
margarethaed9b3982018-08-02 17:01:57 +0200516 - [feature] Added warnings to responses (diewald)
Nils Diewald6081f362014-07-18 18:03:14 +0000517
Nils Diewaldee4a6b72014-06-30 18:23:12 +00005180.31.6 2014-06-30
margarethaed9b3982018-08-02 17:01:57 +0200519 - [feature] Support for korap:reference deserialization (diewald)
520 - [feature] Preliminary support for attributes in elements (margaretha)
521 - [feature] Preliminary support operation:repetition deserialization
522 (unfinished and untested; diewald)
Nils Diewaldee4a6b72014-06-30 18:23:12 +0000523
Nils Diewald6e9eb4e2014-06-17 19:28:01 +00005240.31.5 2014-06-17
margarethaed9b3982018-08-02 17:01:57 +0200525 - [feature] Batch return of defined foundries and layers in
526 getMatchInfo() (diewald)
527 - [security] Improve foundry and layer check before injection in
528 regex (diewald)
Nils Diewald6e9eb4e2014-06-17 19:28:01 +0000529
Nils Diewaldd4401ec2014-06-16 17:04:02 +00005300.31.4 2014-06-16
margarethaed9b3982018-08-02 17:01:57 +0200531 - [feature] MatchModifyClassQuery now can extend (diewald)
532 - [bugfix] Make matchinfo a bit more robust (diewald)
Nils Diewaldd4401ec2014-06-16 17:04:02 +0000533
Nils Diewald54187632014-06-11 14:39:29 +00005340.31.3 2014-06-11
margarethaed9b3982018-08-02 17:01:57 +0200535 - [bugfix] Minor bugfix regarding treatment of
536 failed search results (diewald)
Nils Diewald54187632014-06-11 14:39:29 +0000537
Nils Diewald7cf8c6d2014-05-28 18:37:38 +00005380.31.2 2014-05-28
margarethaed9b3982018-08-02 17:01:57 +0200539 - [feature] Request parameter "itemsPerResource" limits
540 hits per document (diewald)
Nils Diewald7cf8c6d2014-05-28 18:37:38 +0000541
Nils Diewaldec336122014-05-21 17:09:50 +00005420.31.1 2014-05-21
margarethaed9b3982018-08-02 17:01:57 +0200543 - [bugfix] Minor bugfix for wrongly serialized contexts
544 in responses (diewald)
Nils Diewaldec336122014-05-21 17:09:50 +0000545
Nils Diewald1e5d5942014-05-20 13:29:53 +00005460.31.0 2014-05-20
margarethaed9b3982018-08-02 17:01:57 +0200547 - [feature] span contexts in JSON-LD are now supported
548 - [bugfix] Multiple bugfixes regarding span context
549 extensions (diewald)
550 - [bugfix] Minor debugging bugs (diewald)
Nils Diewald1e5d5942014-05-20 13:29:53 +0000551
Nils Diewald50389b02014-04-11 16:27:52 +00005520.30.9 2014-04-11
margarethaed9b3982018-08-02 17:01:57 +0200553 - [bugfix] Prevent multiple identifiers in
554 relation highlighting (diewald)
Nils Diewald50389b02014-04-11 16:27:52 +0000555
Nils Diewald2276e1c2014-04-10 15:01:59 +00005560.30.8 2014-04-10
margarethaed9b3982018-08-02 17:01:57 +0200557 - Added getTermRelationJSON() to KorapCollection (diewald)
558 This is likely to get deprecated!
Nils Diewald2276e1c2014-04-10 15:01:59 +0000559
Nils Diewaldfb4d7b02014-04-09 17:56:17 +00005600.30.7 2014-04-09
margarethaed9b3982018-08-02 17:01:57 +0200561 - Moved JSON interpretation from BooleanFilter to KorapFilter (diewald)
562 - Added 'or' and group nesting to KorapFilter (diewald)
Nils Diewaldfb4d7b02014-04-09 17:56:17 +0000563
Nils Diewald20607ab2014-03-20 23:28:36 +00005640.30.6 2014-03-20
margarethaed9b3982018-08-02 17:01:57 +0200565 - Refactoring and cleaning of ElementSpans (diewald)
566 - [bugfix] Stabilizing KorapMatch (diewald)
Nils Diewald20607ab2014-03-20 23:28:36 +0000567
Nils Diewald6802acd2014-03-18 18:29:30 +00005680.30.5 2014-03-18
margarethaed9b3982018-08-02 17:01:57 +0200569 - Support for Quantifier Queries (margaretha)
570 - Some benchmarks (margaretha)
571 - [bugfix] WithinSpans respect match payloads,
572 and are now way more correct ;) (diewald)
573 - Support for overlap queries (diewald)
574 - Refactoring of WithinSpans (diewald)
575 - Introducing lazy loading for wrapper .end() in WithinSpans (diewald)
Nils Diewald6802acd2014-03-18 18:29:30 +0000576
Nils Diewaldd0d6feb2014-02-26 18:51:08 +00005770.30.4 2014-02-26
margarethaed9b3982018-08-02 17:01:57 +0200578 - [cleanup] Making MultiTerm* more robust (diewald)
Nils Diewaldd0d6feb2014-02-26 18:51:08 +0000579
Nils Diewaldefb9c9a2014-02-20 15:05:18 +00005800.30.3 2014-02-20
margarethaed9b3982018-08-02 17:01:57 +0200581 - Return json request in response if given (diewald)
582 - [bugfix] ClassSpans and WithinSpans check skipTo
583 in advance now (diewald)
584 - Compilerfriendly logging rules, resulting
585 in significant performance improvements (diewald)
586 - Small refactorings (diewald)
Nils Diewaldefb9c9a2014-02-20 15:05:18 +0000587
Nils Diewaldf5f29ff2014-02-14 12:24:34 +00005880.30.2 2014-02-14
margarethaed9b3982018-08-02 17:01:57 +0200589 - [bugfix] wrapper uses correct distance constraint (diewald)
Nils Diewaldf5f29ff2014-02-14 12:24:34 +0000590
Nils Diewalda1118032014-02-13 20:50:48 +00005910.30.1 2014-02-13
margarethaed9b3982018-08-02 17:01:57 +0200592 - Added sentence extension for match info (diewald)
Nils Diewalda1118032014-02-13 20:50:48 +0000593
Nils Diewaldbadb4f12014-02-13 17:26:12 +00005940.30 2014-02-13
margarethaed9b3982018-08-02 17:01:57 +0200595 - This is a major version
596 (prepared for the IDS meeting on the 17th of february)
597 - Improved stringification for distance queries (margaretha)
Nils Diewaldbadb4f12014-02-13 17:26:12 +0000598
Nils Diewald164f8be2014-02-13 02:43:16 +00005990.26.4 2014-02-12
margarethaed9b3982018-08-02 17:01:57 +0200600 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
601 (diewald)
602 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
Nils Diewald164f8be2014-02-13 02:43:16 +0000603
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00006040.26.3 2014-02-12
margarethaed9b3982018-08-02 17:01:57 +0200605 - [bugfix] Only open writer in case it's needed (diewald)
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000606
Nils Diewaldc86aa482014-02-12 16:58:05 +00006070.26.2 2014-02-12
margarethaed9b3982018-08-02 17:01:57 +0200608 - Added sequence queries with defined gaps (margaretha)
609 - Support for multiple distance constraints (margaretha)
610 - Updated json-ld deserialization with nested meta (diewald)
611 - [bugfix] Wildcards in segments were ignored (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +0000612
Nils Diewald345bdc02014-01-21 21:48:57 +00006130.26.1 2014-01-21
margarethaed9b3982018-08-02 17:01:57 +0200614 - Distinct Match retrieval including spans
615 and dependency relations (diewald)
Nils Diewald345bdc02014-01-21 21:48:57 +0000616
Nils Diewaldcde69082014-01-16 15:46:48 +00006170.26 2014-01-16
margarethaed9b3982018-08-02 17:01:57 +0200618 - Introduced standalone SpanSegmentQueries (margaretha)
619 - [bugfix] SpanNextQueries (margaretha)
620 - Support for Match Identifiers (diewald)
621 - Support for distinct Match retrieval (diewald)
Nils Diewaldcde69082014-01-16 15:46:48 +0000622
Nils Diewald4aadb0c2014-01-09 23:21:11 +00006230.25.3 2014-01-10
margarethaed9b3982018-08-02 17:01:57 +0200624 - Updated Lucene to 4.3.1 (diewald)
625 - Welcome! Eliza Margaretha has joined the team!
Nils Diewald4fca3ff2013-12-29 22:59:13 +0000626
6270.25.2 2013-12-29
margarethaed9b3982018-08-02 17:01:57 +0200628 - Fixed highlight bug with empty reopened tags
Nils Diewaldb1c3b652013-12-28 22:47:00 +0000629
Nils Diewald4aadb0c2014-01-09 23:21:11 +00006300.25.1 2013-12-28
margarethaed9b3982018-08-02 17:01:57 +0200631 - Support for pubDate collections
632 - Changed versioning scheme
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000633
Nils Diewaldb0dd9552013-12-20 02:28:34 +00006340.25 2013-12-20
margarethaed9b3982018-08-02 17:01:57 +0200635 - Support for Wildcard Queries
636 - Improved support for regular expressions
637 - Introduced keyword fields that store no positions
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000638
Nils Diewald9cc86fe2013-12-07 17:45:59 +00006390.24_1 2013-12-05
margarethaed9b3982018-08-02 17:01:57 +0200640 - This is a pseudo version for demo versions with dirty hacks,
641 meant to be rolled back!
642 - There is now an ignored broken test in TestKorapCollection
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000643
Nils Diewald3ed1afa2013-12-05 22:40:38 +00006440.24 2013-12-05
margarethaed9b3982018-08-02 17:01:57 +0200645 - Json deserializer finished for virtual collections
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000646
Nils Diewaldc6b78752013-12-05 19:05:12 +00006470.23 2013-12-05
margarethaed9b3982018-08-02 17:01:57 +0200648 - Error handling corrected in KorapResult
649 - Json deserializer finished for queries
Nils Diewaldc6b78752013-12-05 19:05:12 +0000650
Nils Diewaldc925b492013-12-03 23:56:10 +00006510.22 2013-12-04
margarethaed9b3982018-08-02 17:01:57 +0200652 - Introduced KorapSearch
653 - Json deserializer (started)
Nils Diewaldc925b492013-12-03 23:56:10 +0000654
Nils Diewald5def8bc2013-11-28 19:26:54 +00006550.21 2013-11-28
margarethaed9b3982018-08-02 17:01:57 +0200656 - Virtual collections can now be defined,
657 searched, nested and extended
Nils Diewald5def8bc2013-11-28 19:26:54 +0000658
Nils Diewaldf399a672013-11-18 17:55:22 +00006590.20 2013-11-18
margarethaed9b3982018-08-02 17:01:57 +0200660 - Unboxing from sandbox repository
Nils Diewaldf399a672013-11-18 17:55:22 +0000661
6620.11 2013-11-14
margarethaed9b3982018-08-02 17:01:57 +0200663 - JSON file importer (plain and gzip)
664 - [bugfix] Element Query
665 - [bugfix] Sequence Query
Nils Diewaldf399a672013-11-18 17:55:22 +0000666
6670.10 2013-11-11
margarethaed9b3982018-08-02 17:01:57 +0200668 - Added JSON input to indexer
Nils Diewaldf399a672013-11-18 17:55:22 +0000669
6700.09 2013-11-07
margarethaed9b3982018-08-02 17:01:57 +0200671 - Reconstruction of all wrapper queries using an interface
672 - Finished KorapQuery (preliminary feature freeze)
Nils Diewaldf399a672013-11-18 17:55:22 +0000673
6740.08 2013-10-18
margarethaed9b3982018-08-02 17:01:57 +0200675 - Changed methods to attributes in KorapMatch
676 - Changed SimpleJSON to Jackson
677 - Fixed Highlighting
678 - Some Refactoring of result classes
679 - Introduced KorapDocument
680 - Introduced KorapHTML utility
Nils Diewaldf399a672013-11-18 17:55:22 +0000681
6820.07 2013-10-14
margarethaed9b3982018-08-02 17:01:57 +0200683 - Added position to offset matching
Nils Diewaldf399a672013-11-18 17:55:22 +0000684
6850.06 2013-10-01
margarethaed9b3982018-08-02 17:01:57 +0200686 - Added SpanElementQuery for working WithinQeries
687 - Added KorapResult and KorapMatching
Nils Diewaldf399a672013-11-18 17:55:22 +0000688
6890.05 2013-09-18
margarethaed9b3982018-08-02 17:01:57 +0200690 - Fixed bug in indexing (MultiTermTokenStream)
691 - Fixed SpanNext
692 - Added KorapIndex
693 - First draft for KorapFilter
Nils Diewaldf399a672013-11-18 17:55:22 +0000694
6950.04 2013-09-01
margarethaed9b3982018-08-02 17:01:57 +0200696 - Introduced optimized SpanNext class (not working atm),
697 as SpanNear does not always work with nested synonyms
Nils Diewaldf399a672013-11-18 17:55:22 +0000698
6990.03 2013-08-28
margarethaed9b3982018-08-02 17:01:57 +0200700 - Added within query (not working atm)
701 - Pushed query part to public repo
Nils Diewaldf399a672013-11-18 17:55:22 +0000702
7030.02 2013-08-26
margarethaed9b3982018-08-02 17:01:57 +0200704 - Added sequences
Nils Diewaldf399a672013-11-18 17:55:22 +0000705
7060.01 2013-08-20
margarethaed9b3982018-08-02 17:01:57 +0200707 - First version as maven build environment