blob: 57ecbbdb9e98b78575a47616eb79ee0aabf1fbd3 [file] [log] [blame]
margarethaed9b3982018-08-02 17:01:57 +020010.58.0 2018-08-02
2 - Implemented referencing cached collection (margaretha)
3 - Implemented deserialization of collection with array values and cache option (margaretha)
4 - Implemented caching collection (margaretha)
5 - Implemented KrillCollection cache clearing (margaretha)
6 - Implemented auto-caching (margaretha)
7 - Implemented serializable doc bits vector for caching on disk (margaretha)
8 - Added check for non-existing doc bit vector in the cache (margaretha)
margaretha8efa3752018-07-24 17:46:43 +02009
Akron27469702018-04-05 12:46:18 +0200100.57 2018-04-05
margarethaed9b3982018-08-02 17:01:57 +020011 - [feature] Support text queries in metadata
12 (requires reindexing to work properly; diewald)
13 - [cleanup] Remove unnecessary case folding in meta field
14 text queries (diewald)
Akron408ae352018-03-28 16:47:41 +020015
Akron7e750972018-03-23 14:21:21 +0100160.56.2 2018-03-23
margarethaed9b3982018-08-02 17:01:57 +020017 - [feature] Introduce meta field retrieval method (diewald)
18 - [cleanup] Rename KrillQuery's "_"-method to "nr" to improve
19 compatibility with future versions of Java (diewald)
20 - [bugfix] Fixed expansion to respect character boundaries
21 (diewald)
22 - [bugfix] Fixed wrong behaviour of textual non-contexts in
23 snippet generation (diewald)
24 - [bugfix] Removed problematic serialization of empty
25 annotations (diewald)
26 - [feature] Serialize metadata keywords as arrays, when
27 indexed properly (may require reindexing; diewald)
28 - [feature] Serialize dates in dash separation format, when
29 metadata field name ends with "Date" (diewald)
30 - [bugfix] Fixed left exclusion-expansion when there is no
31 more span for SpanOrQuery (margaretha)
32 - [bugfix] Fixed matchID response to be always identical to
33 a given matchID (diewald)
Akronc74dee02018-02-07 18:48:30 +010034
Akrond5789302018-01-31 09:18:14 +0100350.56.1 2018-01-31
margarethaed9b3982018-08-02 17:01:57 +020036 - [bugfix] Changed relation serialization in snippet to work
37 with segmented target anchors (diewald)
38 Warning: This is a breaking change!
Akrond5789302018-01-31 09:18:14 +010039
Akronab2b3a52018-01-11 16:10:46 +0100400.55.9 2018-01-11
margarethaed9b3982018-08-02 17:01:57 +020041 - [bugfix] Serialize token identifier correctly for
42 new corpora with text siglen (diewald)
43 - [bugfix] Extend bytebuffer for relation payloads (diewald)
44 - [bugfix] Wrong char offsets in snippet generation, where
45 repositioning can result in exceeding the string (diewald)
46 - [bugfix] Set correct start position of token-token-relations
47 in snippet generation (diewald)
48 - [bugfix] Token cannot contain another token or element (margaretha)
49 - [feature] Enabled searching relation query using regex (margaretha)
50 - [bugfix] Fix deserialization of negative regex in sequences (diewald)
51 - [cleanup] Upgraded Log4j to v2 (diewald)
Akron47929692017-09-12 14:41:26 +020052
Akron291baad2017-09-05 19:30:40 +0200530.55.8 2017-09-05
margarethaed9b3982018-08-02 17:01:57 +020054 - [feature] Retrieve and display pagebreaks (diewald)
55 - [bugfix] Handle invalid dates in input (diewald)
56 - [feature] Support availability meta data (diewald)
57 - [bugfix] Do not respond with a "match all" VC if the
58 VC data (e.g. JSON) is wrong (diewald)
59 - [cleanup] Improved test suite for queries/VC with wildcards
60 and regexes (margaretha, diewald)
61 - [bugfix] Ignore zero-bit bitset segments in searching (diewald)
Akrond8f88612017-02-15 19:26:54 +010062
Akron69060ad2017-01-24 22:10:11 +0100630.55.7 2017-01-24
margarethaed9b3982018-08-02 17:01:57 +020064 - [bugfix] Sorted results in unordered element distance query
65 results (margaretha)
66 - [bugfix] Throw error on optional operands in distance
67 queries (diewald)
68 - [performance] Remember solved problematic queries in the
69 query planner (diewald)
70 - [performance] Treat term queries like ".+?", ".+", ".*?", and ".*"
71 as any-terms (diewald)
72 - [feature] Introduced SpanExpansionQueryWrapper (diewald)
73 - [performance] Sequences of empty tokens will now be merged into
74 a single extension, if possible (diewald)
75 - [bugfix] Fixed paths in test suite for supporting
76 spaces (margaretha)
77 - [bugfix] Warn on empty elements in positional queries (diewald)
78 - [bugfix] Fix wrong deserialization test with negative element in
79 positional queries (diewald)
80 - [bugfix] Fix empty element match visualizations (diewald)
81 - [cleanup] Test indexer (margaretha)
82 - [feature] Improve indexer flags (margaretha)
83 - [bugfix] Improved Java8 compatibility (thomaskrause)
84 - [cleanup] Improved test suite for nested element distances
85 (margaretha)
86 - [bugfix] issue #16 (added skipTo in ElementDistanceSpan)
87 (margaretha)
88 - [bugfix] Fixed class ordering of highlights (diewald)
89 - [feature] warn on use of "operation:merge" (diewald)
Akronf9def5e2016-10-10 21:26:46 +020090
Akron1ad99882016-09-29 18:48:46 +0200910.55.6 2016-08-10
margarethaed9b3982018-08-02 17:01:57 +020092 - [bugfix] distance with key "t" uses default foundry (diewald)
93 - [cleanup] Renamed fromJson() to fromKoral() (diewald)
94 - [cleanup] Removed deprecated methods in Krill:
95 setSpanQuery(), getRequest() (diewald)
96 - [cleanup] Removed deprecated method in KrillIndex:
97 search() (diewald)
98 - [documentation] Refer to KoralQuery instead of Koral (diewald)
99 - [cleanup] Removed deprecated method in KrillCollection:
100 getCount() (diewald)
101 - [feature] Added getDoc() method to KrillIndex (diewald)
102 - [bugfix] Fixed UID handling (diewald)
103 - [feature] Added document method to Web-API (diewald)
104 - [feature] Added experimental KrillStats class (diewald)
105 - [bugfix] Escape quotes in JSON strings (diewald)
106 - [bugfix] Escape XML and Brackets in snippets correctly (diewald)
107 - [feature] Differ between matching scope and match highlighting,
108 in case the match was extended to the sentence scope (diewald)
109 - [bugfix] KoralQuery bugs are now correctly moved to responses (diewald)
110 - [security] Do not mirror arbitrary JSON objects (diewald)
111 - [bugfix] Fixed zero-boundary repetition bug (diewald)
Akronc12567c2016-06-03 00:40:52 +0200112
Akron9c04ce22016-05-02 16:03:21 +02001130.55.5 2016-05-02
margarethaed9b3982018-08-02 17:01:57 +0200114 - [performance] Changed to a dynamic window for sorting in FocusSpans (margaretha)
115 - [bugfix] store skipped spans in Repetitionspans as candidates
116 (margaretha)
117 - [bugfix] Store lazy loading embedded spans for startsWith in
118 WithinSpans (diewald)
119 - [bugfix] Fixed loading krill.info in case krill.properties is given
120 (diewald)
121 - [bugfix] Remove element payloads in SubSpans (similar to Focus)
122 to prevent wrong highlighting (diewald)
123 - [bugfix] Sort SubSpans (margaretha)
Akronef20d5a2016-04-25 19:20:33 +0200124
Akron30c46062016-04-22 14:24:37 +02001250.55.4 2016-04-22
margarethaed9b3982018-08-02 17:01:57 +0200126 - [bugfix] Wrap <base/s=t> boundaries around right extended queries
127 (diewald)
128 - [bugfix] Lazy loading bug in WithinSpans (diewald)
129 - [feature] Matching relation nodes with attributes (margaretha)
130 - [bugfix] Removed span id in SegmentSpans, added in NextSpans (margaretha)
131 - [feature] Updated relation deserialization (margaretha)
132 - [feature] Added tests for relation queries and relation deserialization
133 (margaretha)
134 - [bugfix] Workaround for Nullpointers in SpanOrQuery (diewald)
Akrona7b936d2016-03-04 13:40:54 +0100135
Akrondbf393b2016-02-22 10:16:59 +01001360.55.3 2016-02-22
margarethaed9b3982018-08-02 17:01:57 +0200137 - [bugfix] Use base foundry for default sentences and paragraphs
138 (diewald, margaretha)
139 - [bugfix] Distance constraint exclusion serialized (diewald)
140 - [bugfix] Use indexer without krill.properties packaged (diewald)
141 - [bugfix] Clean pom.xml regarding overlapping dependencies (diewald)
Akron43cea662016-02-15 23:43:59 +0100142
Akron8abefa12016-02-13 05:35:42 +01001430.55.2 2016-02-13
margarethaed9b3982018-08-02 17:01:57 +0200144 - [bugfix] Fixed support for corpus and doc IDs containing
145 dashes (diewald)
146 - [bugfix] Support "s" layer without meaning "surface" -
147 this is a hack (diewald)
Akron8abefa12016-02-13 05:35:42 +0100148
Akronb35261a2016-02-10 20:24:24 +01001490.55.1 2016-02-10
margarethaed9b3982018-08-02 17:01:57 +0200150 - [bugfix] Fixed attribute serialization in MatchInfo (diewald)
Akronb35261a2016-02-10 20:24:24 +0100151
Akron499c94c2016-02-04 13:13:43 +01001520.55 2016-02-04
margarethaed9b3982018-08-02 17:01:57 +0200153 - [feature] Introducing payload identifiers to the index
154 structure (diewald, margaretha)
155 ! This is a major release, introducing index features !
156 ! not compatible with indices of old versions of Krill !
Akron09a63ec2015-12-02 17:36:33 +0100157
Akrone4fdce42015-11-13 16:06:10 +01001580.54 2015-11-13
margarethaed9b3982018-08-02 17:01:57 +0200159 - [performance] Updated Lucene dependency from 4.10.3
160 to 5.0.0 (diewald)
161 - [bugfix] Minor fixes regarding invalid tokens in the
162 test suite (diewald)
163 - [bugfix] Fixed krill.properties test (diewald)
164 - [bugfix] Fixed multiple distances in disjunction query
165 (GitHub issue #2; margaretha)
Akron700c1eb2015-09-25 16:57:30 +0200166
Akroncd247202015-09-25 16:57:30 +02001670.53 2015-09-25
margarethaed9b3982018-08-02 17:01:57 +0200168 - [feature] Implemented new KrillCollection (diewald)
169 This should fix a lot of issues with deleted
170 documents and negation in virtual collections.
171 - [cleanup] REMOVED deprecated collection filtering (diewald)
172 - [cleanup] REMOVED deprecated termRelation API (diewald)
173 - [feature] Added removal methods for documents (diewald)
174 - [cleanup] REMOVED search method in KrillCollection (diewald)
175 - [bugfix] Fixed collection statistics (diewald)
176 - [feature] Improved packaging (diewald)
177 - [feature] Introduced cmd options for server (diewald)
178 - [feature] Return meta data on server-based indexation (diewald)
Akron3ba74f22015-07-24 18:46:17 +0200179
Akron1f619572015-07-08 17:33:47 +02001800.52 2015-07-08
margarethaed9b3982018-08-02 17:01:57 +0200181 - [bugfix] Fixed payload filtering in FocusSpans (margaretha)
182 - [workaround] Reintroduced empty collection support,
183 as Koral still creates them (diewald)
184 - [bugfix] Escaped characters now supported in MutiTerm (diewald)
185 - [feature] Deserialization of flags (diewald)
186 - [feature] Made responses valid KoralQueries (diewald)
187 - [bugfix] Fixed sequence deserialization bug for simple unordered
188 constraint (diewald)
189 - [bugfix] Mirror collection (diewald)
190 - [bugfix] Updated default fields for meta data (diewald)
191 - [bugfix] Updated match identifier for "sigle" data (diewald)
192 - [workaround] Support corpusID/docID and textSigle match strings
193 (diewald)
194 - [workaround] Support matches starting with "contains"
195 (Kustvakt bug/diewald)
196 - [bugfix] Fixed treatment of several collection types (diewald)
197 - [bugfix] Remove legacy error handling in Match (diewald)
198 - [bugfix] JSON-serialization bug in match in case of
199 error messages (diewald)
200 - [bugfix] 'fields' serialization (diewald)
201 - [bugfix] Deserialization of group:disjunction (diewald)
202 - [bugfix] Deserialization of wrapped spans (diewald)
203 - [bugfix] Fix KoralQuery mirroring in case of
204 parsing failures (diewald)
205 - [feature] Support '@all' as a 'fields' value for all meta
206 data fields (diewald)
207 - [bugfix] Fix case sensitivity bug in filters (diewald)
208 - [bugfix] Fix sentence expansion bug for new data (diewald)
209 - [bugfix] Deserialization of 'containsnot' instead of 'excludes'
210 (diewald)
margarethab9ee3e52015-05-04 12:42:23 +0200211
Marc Kupietza61d2ba2015-03-20 16:30:26 +01002120.51 2015-03-17
margarethaed9b3982018-08-02 17:01:57 +0200213 - This is a major version (prepared for the GitHub release)
214 - [cleanup] Changed groupID to "de.ids_mannheim.korap",
215 renamed korap-style.xml to Format.xml (diewald)
216 - [bugfix] Updated Format.xml to work with
217 recent versions of Eclipse (diewald)
218 - [documentation] Improved documentation for API classes (diewald)
219 - [bugfix] Updated AttributeSpans (margaretha)
220 - [bugfix] Updated SpanRelationQuery (margaretha)
221 - [cleanup] Autoformat (diewald)
222 - [documentation] References added to the Readme (diewald)
223 - [bugfix] Improved failing for missing property file (kupietz)
224 - [bugfix] Fixed tests for server responses to not use
225 Jackson deserialization (diewald)
226 - [cleanup] No more jersey logging in tests (diewald)
Nils Diewalde50bae02015-03-03 22:08:30 +0000227
Nils Diewald50333552015-03-02 15:54:46 +00002280.50.1 2015-03-02
margarethaed9b3982018-08-02 17:01:57 +0200229 - [feature] Deserialization of arbitrary elements with
230 attributes (margaretha)
231 - [cleanup] Extracted KrillMeta from Krill,
232 renamed KorapQuery to KrillQuery,
233 extracted QueryBuilder from KrillQuery,
234 renamed KorapIndexer to index/Indexer,
235 renamed KorapDocument to model/AbstractDocument,
236 renamed KorapMatch to response/Match,
237 renamed KorapIndex to KrillIndex,
238 renamed KorapCollection to KrillCollection,
239 moved collector classes from index to response,
240 renamed KorapDate to KrillDate,
241 renamed KorapArray to KrillArray,
242 renamed KorapByte to KrillByte,
243 renamed KorapString to KrillString,
244 moved KorapNode to server/Node,
245 moved KorapResult to response/Result,
246 renamed KorapResponse to Response,
247 moved model/* to index,
248 moved meta/SearchContext to response/SearchContext,
249 krillified property files,
250 added Errorcodes,
251 removed KrillIndex#addDocFile (diewald)
252 - [documentation] Improved documentation for API classes (diewald)
Nils Diewaldbbd39a52015-02-23 19:56:57 +0000253
2540.50 2015-02-23
margarethaed9b3982018-08-02 17:01:57 +0200255 - Project name is now "Krill"
Nils Diewaldbbd39a52015-02-23 19:56:57 +0000256
2570.49.4 2015-02-20
margarethaed9b3982018-08-02 17:01:57 +0200258 - [documentation] Improved documentation for API classes (diewald)
259 - [cleanup] Improved test coverage for utility classes (diewald)
260 - [performance] Updated Lucene dependency from 4.5.1 to 4.10.3,
261 Updated Jackson dependency from 2.4.0 to 2.4.4,
262 Updated Jersey dependency from 2.4.1 to 2.15 (diewald)
263 - [feature] Presorting of element terms in the index for coherent
264 SpanQuery sorting; Removed buffering of element candidates (diewald)
265 Warning: This is a breaking change!
266 - [feature] Added CorpusDataException to deal with data importing bugs;
267 made some imports break more easily though (diewald)
268 - [performance] Payloads in ElementSpans can now be lazily loaded,
269 MatchModifyClassSpans no longer rely on payload copies (diewald)
270 - [cleanup] Renamed /filter to /collection,
271 merge KorapHTML and KorapString,
272 removed KorapSpan, KorapTermSpan and KorapLongSpan,
273 renamed /analysis to /model,
274 renamed shrink() to focus(),
275 removed KorapPrimaryData,
276 fixed a lot of wrong tests for WithinSpans,
277 renamed KorapFilter to /collection/CollectionBuilder,
278 renamed SpanMatchModify to SpanFocus,
279 changed KoralQuery root prefix to "koral",
280 renamed different kinds of "queries" throughout classes,
281 renamed KorapSearch#run to KorapSearch#apply (diewald)
282 - [feature] Improved deserialization of SpanSubSpanQueries
283 (margaretha)
284 - [feature] Introducing the potential need for resorting queries
285 on focussing (e.g., set by relations) (diewald)
286 - [bugfix] Hopefully fixing a resource related bug for
287 server instantiation (diewald)
288 - [bugfix] Changed attribute spans to contain element's
289 width (margaretha)
290 - [feature] Improved highlighting to use semantic html5 (#193; diewald)
Nils Diewaldcb8afb32015-02-04 21:12:37 +0000291
2920.49.3 2015-02-03
margarethaed9b3982018-08-02 17:01:57 +0200293 - [documentation] Improved documentation for
294 API classes (diewald)
295 - [documentation] Improved documentation for
296 various queries (margaretha)
297 - [feature] Added deserialization of SpanSubSpanQueries
298 (margaretha, diewald)
299 - [bugfix] Null filters are now correctly extended (diewald)
300 - [cleanup] Refactoring of KorapResult, KorapResponse, KorapQuery,
301 deprecated operation:or in favor of operation:junction,
302 updating test suite for class and frame attributes (diewald)
303 - [bugfix] Empty class segments are now correctly serialized
304 in sequences (diewald)
305 - [feature] Started support for position frames (diewald)
306 - [bugfix] Fixed #134 Nullpointer exception in WithinSpans
307 (diewald, margaretha)
Nils Diewald44d5fa12015-01-15 21:31:52 +0000308
Nils Diewaldd86c0682014-12-05 20:46:26 +00003090.49.2 2014-12-05
margarethaed9b3982018-08-02 17:01:57 +0200310 - [documentation] Improved documentation for
311 various queries (margaretha)
312 - [feature] Added @Experimental support (margaretha)
313 - [feature] Added Eclipse based code formatting (diewald)
Nils Diewaldd86c0682014-12-05 20:46:26 +0000314
Nils Diewald2f2b0672014-11-25 20:26:22 +00003150.49.1 2014-11-25
margarethaed9b3982018-08-02 17:01:57 +0200316 - [cleanup] Major refactoring for new response messages,
317 removed deprecated error messaging,
318 removed long-term deprecated methods in KorapResult,
319 removed long-term deprecated methods in KorapMatch,
320 renamed toJSON->toJsonString
321 renamed toJSONnode->toJsonNode,
322 renamed fromJSON->fromJson (diewald)
323 - [documentation] Improved documentation for notifications (diewald)
Nils Diewaldc471b182014-11-19 22:51:15 +0000324
Nils Diewald886d3212014-11-14 01:27:23 +00003250.49 2014-11-14
margarethaed9b3982018-08-02 17:01:57 +0200326 - This is a major version (prepared for the Evaluation Meeting)
327 - [bugfix] Rewrite works in repeating expansions (margaretha)
328 - [feature] Clean timeout with parameter support (diewald)
329 - [workaround] Support unknown overlap frame,
330 if frames are known (diewald)
331 - [bugfix] Class payload fixed in SpanRepetitions (margaretha)
332 - [bugfix] #179 Expansion bug fixed (margaretha)
333 - [bugfix] Corrected small bug where null warnings where
334 returned in JSON (diewald)
335 - [cleanup] Converted error to failure (diewald)
336 - [bugfix] Added const layer rewrite (diewald)
Nils Diewald9b11a442014-11-08 20:47:17 +0000337
Nils Diewaldb84e7272014-11-07 01:27:38 +00003380.48 2014-11-07
margarethaed9b3982018-08-02 17:01:57 +0200339 - This is a major version (prepared for the "Tag der Offenen Tür")
340 - [feature] Retrieval of token lists (diewald)
341 - [bugfix] Classes can now be highlighted to 127.
342 - [bugfix] Sequences with distances won't be flattened in
343 SpanSequenceQueryWrapper (diewald)
344 - [bugfix] Sequences with [problem][problem][anchor] can now
345 be deserialized (diewald)
346 - [bugfix] Queries with regular expressions in spanNext() are now
347 correctly rewritten (diewald)
348 - [bugfix] Ignore foundry for orth layer (diewald)
349 - [feature] Support fields in meta (diewald)
350 - [workaround] Support more legacy APIs (diewald)
351 - [bugfix] Check for the existence of @type in JSON-LD groups
352 to avoid NullPointer (diewald)
353 - [cleanup] Validated query and collection input - limited
354 to a "don't break anyting" policy (diewald)
Nils Diewald277e9ce2014-11-06 03:42:11 +0000355
3560.47 2014-11-05
margarethaed9b3982018-08-02 17:01:57 +0200357 - [feature] Support new index format with more metadata (diewald)
358 - [bugfix] #142 Fixed class spans for skipTo() skips (margaretha)
359 - [feature] Added attribute support to relations (margaretha)
360 - [bugfix] Make classes and shrink default to 1 instead of 0 (diewald)
361 - [bugfix] shrink now removes all non-classes payloads (diewald)
Nils Diewaldba197f22014-11-01 17:21:46 +0000362
Nils Diewaldbe5943e2014-10-21 19:35:34 +00003630.46 2014-10-21
margarethaed9b3982018-08-02 17:01:57 +0200364 - [feature] Support for relation queries (margaretha)
365 - [feature] Wrapping of extension queries
366 (not completely tested yet; diewald)
Nils Diewaldbe5943e2014-10-21 19:35:34 +0000367
Nils Diewald92729ce2014-10-06 16:00:17 +00003680.45 2014-10-06
margarethaed9b3982018-08-02 17:01:57 +0200369 - [bugfix] Correctly respond request in JSON results (diewald)
370 - [cleanup] Made SpanQueryWrapper an abstract class instead
371 of an interface (diewald)
Nils Diewaldea28b622014-10-01 16:01:31 +0000372
Nils Diewald979b2fe2014-09-29 16:21:41 +00003730.44.1 2014-09-29
margarethaed9b3982018-08-02 17:01:57 +0200374 - [cleanup] Prepare test suite for publication (diewald)
Nils Diewald979b2fe2014-09-29 16:21:41 +0000375
Nils Diewald8d8641b2014-09-28 17:37:53 +00003760.44 2014-09-28
margarethaed9b3982018-08-02 17:01:57 +0200377 - [feature] Match collector using database for
378 distributed search (diewald)
379 - [bugfix] Unified boundary handling and prevent nullpointer
380 exceptions on parsing (diewald)
381 - [bugfix] Ordering of payloads reversed to make nesting highlights
382 nest correctly (diewald)
383 - [performance] Updated Lucene dependency from 4.3.1 to 4.5.1 (diewald)
384 - [performance] Updated Jackson dependency from 2.2.2 to 2.4.0 (diewald)
385 - [bugfix] Return matches correctly with JSON (diewald)
386 - [bugfix] Repare database tests working with temporary
387 databases (diewald)
Nils Diewald52d34d22014-09-25 00:50:13 +0000388
Nils Diewaldd723d812014-09-23 18:50:52 +00003890.43 2014-09-23
margarethaed9b3982018-08-02 17:01:57 +0200390 - [cleanup] Made a lot of stuff rely on KorapResponse (diewald)
391 - [bugfix] Small but ancient collection bug fixed (diewald)
392 - [feature] Collect first matches of documents based on UIDs (diewald)
Nils Diewaldd723d812014-09-23 18:50:52 +0000393
Nils Diewaldea125202014-09-19 15:12:06 +00003940.42 2014-09-19
margarethaed9b3982018-08-02 17:01:57 +0200395 - [cleanup] Extracted private classes from KorapMatch (diewald)
396 - [bugfix] Fix query rewrite in contains-queries (diewald)
Nils Diewald79f6c4d2014-09-17 17:34:01 +0000397
Nils Diewald99d7f8a2014-09-17 14:49:42 +00003980.41 2014-09-17
margarethaed9b3982018-08-02 17:01:57 +0200399 - [feature] getStartPos(classNr) and getEndPos(classNr)
400 in KorapMatch (diewald)
401 - [bugfix] SpanExpansionQuery with fixed Constructor
402 and Exclusion handling (margaretha)
403 - [feature] Early implementation of match collector (diewald)
Nils Diewaldc7b60632014-09-05 19:59:01 +0000404
Nils Diewald32030a62014-09-03 20:16:50 +00004050.40 2014-09-03
margarethaed9b3982018-08-02 17:01:57 +0200406 - [feature] Skeleton for standalone REST service (diewald)
Nils Diewald32030a62014-09-03 20:16:50 +0000407
Nils Diewald22a620c2014-09-03 20:13:37 +00004080.33 2014-09-01
margarethaed9b3982018-08-02 17:01:57 +0200409 - [feature] SpanSubspanQuery (margaretha)
410 - [feature] SpanExpansionQuery (margaretha)
Nils Diewald22a620c2014-09-03 20:13:37 +0000411
Nils Diewald1455e1e2014-08-01 16:12:43 +00004120.32 2014-08-01
margarethaed9b3982018-08-02 17:01:57 +0200413 - [bugfix] Fix for repetition candidates (margaretha)
414 - [bugfix] Some fixes for negative segments (diewald)
415 - [bugfix] SpanMatchModify now skips in case the
416 requested class isn't found (diewald)
417 - [performance] Some logging issues fixed (diewald)
Nils Diewald1455e1e2014-08-01 16:12:43 +0000418
Nils Diewald9b1efea2014-07-24 15:33:47 +00004190.31.8 2014-07-24
margarethaed9b3982018-08-02 17:01:57 +0200420 - [feature] Added optionality to querys for quantifiers (diewald)
421 - [feature] Support for korap:boundary deserialization (diewald)
Nils Diewald602c9222014-07-23 19:49:53 +0000422
Nils Diewald6081f362014-07-18 18:03:14 +00004230.31.7 2014-07-18
margarethaed9b3982018-08-02 17:01:57 +0200424 - [feature] Added warnings to responses (diewald)
Nils Diewald6081f362014-07-18 18:03:14 +0000425
Nils Diewaldee4a6b72014-06-30 18:23:12 +00004260.31.6 2014-06-30
margarethaed9b3982018-08-02 17:01:57 +0200427 - [feature] Support for korap:reference deserialization (diewald)
428 - [feature] Preliminary support for attributes in elements (margaretha)
429 - [feature] Preliminary support operation:repetition deserialization
430 (unfinished and untested; diewald)
Nils Diewaldee4a6b72014-06-30 18:23:12 +0000431
Nils Diewald6e9eb4e2014-06-17 19:28:01 +00004320.31.5 2014-06-17
margarethaed9b3982018-08-02 17:01:57 +0200433 - [feature] Batch return of defined foundries and layers in
434 getMatchInfo() (diewald)
435 - [security] Improve foundry and layer check before injection in
436 regex (diewald)
Nils Diewald6e9eb4e2014-06-17 19:28:01 +0000437
Nils Diewaldd4401ec2014-06-16 17:04:02 +00004380.31.4 2014-06-16
margarethaed9b3982018-08-02 17:01:57 +0200439 - [feature] MatchModifyClassQuery now can extend (diewald)
440 - [bugfix] Make matchinfo a bit more robust (diewald)
Nils Diewaldd4401ec2014-06-16 17:04:02 +0000441
Nils Diewald54187632014-06-11 14:39:29 +00004420.31.3 2014-06-11
margarethaed9b3982018-08-02 17:01:57 +0200443 - [bugfix] Minor bugfix regarding treatment of
444 failed search results (diewald)
Nils Diewald54187632014-06-11 14:39:29 +0000445
Nils Diewald7cf8c6d2014-05-28 18:37:38 +00004460.31.2 2014-05-28
margarethaed9b3982018-08-02 17:01:57 +0200447 - [feature] Request parameter "itemsPerResource" limits
448 hits per document (diewald)
Nils Diewald7cf8c6d2014-05-28 18:37:38 +0000449
Nils Diewaldec336122014-05-21 17:09:50 +00004500.31.1 2014-05-21
margarethaed9b3982018-08-02 17:01:57 +0200451 - [bugfix] Minor bugfix for wrongly serialized contexts
452 in responses (diewald)
Nils Diewaldec336122014-05-21 17:09:50 +0000453
Nils Diewald1e5d5942014-05-20 13:29:53 +00004540.31.0 2014-05-20
margarethaed9b3982018-08-02 17:01:57 +0200455 - [feature] span contexts in JSON-LD are now supported
456 - [bugfix] Multiple bugfixes regarding span context
457 extensions (diewald)
458 - [bugfix] Minor debugging bugs (diewald)
Nils Diewald1e5d5942014-05-20 13:29:53 +0000459
Nils Diewald50389b02014-04-11 16:27:52 +00004600.30.9 2014-04-11
margarethaed9b3982018-08-02 17:01:57 +0200461 - [bugfix] Prevent multiple identifiers in
462 relation highlighting (diewald)
Nils Diewald50389b02014-04-11 16:27:52 +0000463
Nils Diewald2276e1c2014-04-10 15:01:59 +00004640.30.8 2014-04-10
margarethaed9b3982018-08-02 17:01:57 +0200465 - Added getTermRelationJSON() to KorapCollection (diewald)
466 This is likely to get deprecated!
Nils Diewald2276e1c2014-04-10 15:01:59 +0000467
Nils Diewaldfb4d7b02014-04-09 17:56:17 +00004680.30.7 2014-04-09
margarethaed9b3982018-08-02 17:01:57 +0200469 - Moved JSON interpretation from BooleanFilter to KorapFilter (diewald)
470 - Added 'or' and group nesting to KorapFilter (diewald)
Nils Diewaldfb4d7b02014-04-09 17:56:17 +0000471
Nils Diewald20607ab2014-03-20 23:28:36 +00004720.30.6 2014-03-20
margarethaed9b3982018-08-02 17:01:57 +0200473 - Refactoring and cleaning of ElementSpans (diewald)
474 - [bugfix] Stabilizing KorapMatch (diewald)
Nils Diewald20607ab2014-03-20 23:28:36 +0000475
Nils Diewald6802acd2014-03-18 18:29:30 +00004760.30.5 2014-03-18
margarethaed9b3982018-08-02 17:01:57 +0200477 - Support for Quantifier Queries (margaretha)
478 - Some benchmarks (margaretha)
479 - [bugfix] WithinSpans respect match payloads,
480 and are now way more correct ;) (diewald)
481 - Support for overlap queries (diewald)
482 - Refactoring of WithinSpans (diewald)
483 - Introducing lazy loading for wrapper .end() in WithinSpans (diewald)
Nils Diewald6802acd2014-03-18 18:29:30 +0000484
Nils Diewaldd0d6feb2014-02-26 18:51:08 +00004850.30.4 2014-02-26
margarethaed9b3982018-08-02 17:01:57 +0200486 - [cleanup] Making MultiTerm* more robust (diewald)
Nils Diewaldd0d6feb2014-02-26 18:51:08 +0000487
Nils Diewaldefb9c9a2014-02-20 15:05:18 +00004880.30.3 2014-02-20
margarethaed9b3982018-08-02 17:01:57 +0200489 - Return json request in response if given (diewald)
490 - [bugfix] ClassSpans and WithinSpans check skipTo
491 in advance now (diewald)
492 - Compilerfriendly logging rules, resulting
493 in significant performance improvements (diewald)
494 - Small refactorings (diewald)
Nils Diewaldefb9c9a2014-02-20 15:05:18 +0000495
Nils Diewaldf5f29ff2014-02-14 12:24:34 +00004960.30.2 2014-02-14
margarethaed9b3982018-08-02 17:01:57 +0200497 - [bugfix] wrapper uses correct distance constraint (diewald)
Nils Diewaldf5f29ff2014-02-14 12:24:34 +0000498
Nils Diewalda1118032014-02-13 20:50:48 +00004990.30.1 2014-02-13
margarethaed9b3982018-08-02 17:01:57 +0200500 - Added sentence extension for match info (diewald)
Nils Diewalda1118032014-02-13 20:50:48 +0000501
Nils Diewaldbadb4f12014-02-13 17:26:12 +00005020.30 2014-02-13
margarethaed9b3982018-08-02 17:01:57 +0200503 - This is a major version
504 (prepared for the IDS meeting on the 17th of february)
505 - Improved stringification for distance queries (margaretha)
Nils Diewaldbadb4f12014-02-13 17:26:12 +0000506
Nils Diewald164f8be2014-02-13 02:43:16 +00005070.26.4 2014-02-12
margarethaed9b3982018-08-02 17:01:57 +0200508 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
509 (diewald)
510 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
Nils Diewald164f8be2014-02-13 02:43:16 +0000511
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00005120.26.3 2014-02-12
margarethaed9b3982018-08-02 17:01:57 +0200513 - [bugfix] Only open writer in case it's needed (diewald)
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000514
Nils Diewaldc86aa482014-02-12 16:58:05 +00005150.26.2 2014-02-12
margarethaed9b3982018-08-02 17:01:57 +0200516 - Added sequence queries with defined gaps (margaretha)
517 - Support for multiple distance constraints (margaretha)
518 - Updated json-ld deserialization with nested meta (diewald)
519 - [bugfix] Wildcards in segments were ignored (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +0000520
Nils Diewald345bdc02014-01-21 21:48:57 +00005210.26.1 2014-01-21
margarethaed9b3982018-08-02 17:01:57 +0200522 - Distinct Match retrieval including spans
523 and dependency relations (diewald)
Nils Diewald345bdc02014-01-21 21:48:57 +0000524
Nils Diewaldcde69082014-01-16 15:46:48 +00005250.26 2014-01-16
margarethaed9b3982018-08-02 17:01:57 +0200526 - Introduced standalone SpanSegmentQueries (margaretha)
527 - [bugfix] SpanNextQueries (margaretha)
528 - Support for Match Identifiers (diewald)
529 - Support for distinct Match retrieval (diewald)
Nils Diewaldcde69082014-01-16 15:46:48 +0000530
Nils Diewald4aadb0c2014-01-09 23:21:11 +00005310.25.3 2014-01-10
margarethaed9b3982018-08-02 17:01:57 +0200532 - Updated Lucene to 4.3.1 (diewald)
533 - Welcome! Eliza Margaretha has joined the team!
Nils Diewald4fca3ff2013-12-29 22:59:13 +0000534
5350.25.2 2013-12-29
margarethaed9b3982018-08-02 17:01:57 +0200536 - Fixed highlight bug with empty reopened tags
Nils Diewaldb1c3b652013-12-28 22:47:00 +0000537
Nils Diewald4aadb0c2014-01-09 23:21:11 +00005380.25.1 2013-12-28
margarethaed9b3982018-08-02 17:01:57 +0200539 - Support for pubDate collections
540 - Changed versioning scheme
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000541
Nils Diewaldb0dd9552013-12-20 02:28:34 +00005420.25 2013-12-20
margarethaed9b3982018-08-02 17:01:57 +0200543 - Support for Wildcard Queries
544 - Improved support for regular expressions
545 - Introduced keyword fields that store no positions
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000546
Nils Diewald9cc86fe2013-12-07 17:45:59 +00005470.24_1 2013-12-05
margarethaed9b3982018-08-02 17:01:57 +0200548 - This is a pseudo version for demo versions with dirty hacks,
549 meant to be rolled back!
550 - There is now an ignored broken test in TestKorapCollection
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000551
Nils Diewald3ed1afa2013-12-05 22:40:38 +00005520.24 2013-12-05
margarethaed9b3982018-08-02 17:01:57 +0200553 - Json deserializer finished for virtual collections
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000554
Nils Diewaldc6b78752013-12-05 19:05:12 +00005550.23 2013-12-05
margarethaed9b3982018-08-02 17:01:57 +0200556 - Error handling corrected in KorapResult
557 - Json deserializer finished for queries
Nils Diewaldc6b78752013-12-05 19:05:12 +0000558
Nils Diewaldc925b492013-12-03 23:56:10 +00005590.22 2013-12-04
margarethaed9b3982018-08-02 17:01:57 +0200560 - Introduced KorapSearch
561 - Json deserializer (started)
Nils Diewaldc925b492013-12-03 23:56:10 +0000562
Nils Diewald5def8bc2013-11-28 19:26:54 +00005630.21 2013-11-28
margarethaed9b3982018-08-02 17:01:57 +0200564 - Virtual collections can now be defined,
565 searched, nested and extended
Nils Diewald5def8bc2013-11-28 19:26:54 +0000566
Nils Diewaldf399a672013-11-18 17:55:22 +00005670.20 2013-11-18
margarethaed9b3982018-08-02 17:01:57 +0200568 - Unboxing from sandbox repository
Nils Diewaldf399a672013-11-18 17:55:22 +0000569
5700.11 2013-11-14
margarethaed9b3982018-08-02 17:01:57 +0200571 - JSON file importer (plain and gzip)
572 - [bugfix] Element Query
573 - [bugfix] Sequence Query
Nils Diewaldf399a672013-11-18 17:55:22 +0000574
5750.10 2013-11-11
margarethaed9b3982018-08-02 17:01:57 +0200576 - Added JSON input to indexer
Nils Diewaldf399a672013-11-18 17:55:22 +0000577
5780.09 2013-11-07
margarethaed9b3982018-08-02 17:01:57 +0200579 - Reconstruction of all wrapper queries using an interface
580 - Finished KorapQuery (preliminary feature freeze)
Nils Diewaldf399a672013-11-18 17:55:22 +0000581
5820.08 2013-10-18
margarethaed9b3982018-08-02 17:01:57 +0200583 - Changed methods to attributes in KorapMatch
584 - Changed SimpleJSON to Jackson
585 - Fixed Highlighting
586 - Some Refactoring of result classes
587 - Introduced KorapDocument
588 - Introduced KorapHTML utility
Nils Diewaldf399a672013-11-18 17:55:22 +0000589
5900.07 2013-10-14
margarethaed9b3982018-08-02 17:01:57 +0200591 - Added position to offset matching
Nils Diewaldf399a672013-11-18 17:55:22 +0000592
5930.06 2013-10-01
margarethaed9b3982018-08-02 17:01:57 +0200594 - Added SpanElementQuery for working WithinQeries
595 - Added KorapResult and KorapMatching
Nils Diewaldf399a672013-11-18 17:55:22 +0000596
5970.05 2013-09-18
margarethaed9b3982018-08-02 17:01:57 +0200598 - Fixed bug in indexing (MultiTermTokenStream)
599 - Fixed SpanNext
600 - Added KorapIndex
601 - First draft for KorapFilter
Nils Diewaldf399a672013-11-18 17:55:22 +0000602
6030.04 2013-09-01
margarethaed9b3982018-08-02 17:01:57 +0200604 - Introduced optimized SpanNext class (not working atm),
605 as SpanNear does not always work with nested synonyms
Nils Diewaldf399a672013-11-18 17:55:22 +0000606
6070.03 2013-08-28
margarethaed9b3982018-08-02 17:01:57 +0200608 - Added within query (not working atm)
609 - Pushed query part to public repo
Nils Diewaldf399a672013-11-18 17:55:22 +0000610
6110.02 2013-08-26
margarethaed9b3982018-08-02 17:01:57 +0200612 - Added sequences
Nils Diewaldf399a672013-11-18 17:55:22 +0000613
6140.01 2013-08-20
margarethaed9b3982018-08-02 17:01:57 +0200615 - First version as maven build environment