blob: 800606992f072d53a25c2b2c741d3932493bb5ef [file] [log] [blame]
Nils Diewald99d7f8a2014-09-17 14:49:42 +000010.41 2014-09-17
2 - [feature] getStartPos(classNr) and getEndPos(classNr)
3 in KorapMatch (diewald)
4 - [bugfix] SpanExpansionQuery with fixed Constructor
5 and Exclusion handling (margaretha)
Nils Diewaldc7b60632014-09-05 19:59:01 +00006 - [feature] Early implementation of match collector (diewald)
7
Nils Diewald32030a62014-09-03 20:16:50 +000080.40 2014-09-03
9 - [feature] Skeleton for standalone REST service (diewald)
10
Nils Diewald22a620c2014-09-03 20:13:37 +0000110.33 2014-09-01
12 - [feature] SpanSubspanQuery (margaretha)
13 - [feature] SpanExpansionQuery (margaretha)
14
Nils Diewald1455e1e2014-08-01 16:12:43 +0000150.32 2014-08-01
16 - [bugfix] Fix for repetition candidates (margaretha)
17 - [bugfix] Some fixes for negative segments (diewald)
18 - [bugfix] SpanMatchModify now skips in case the requested class isn't found (diewald)
19 - [performance] Some logging issues fixed (diewald)
20
Nils Diewald9b1efea2014-07-24 15:33:47 +0000210.31.8 2014-07-24
Nils Diewald602c9222014-07-23 19:49:53 +000022 - [feature] Added optionality to querys for quantifiers (diewald)
Nils Diewald9b1efea2014-07-24 15:33:47 +000023 - [feature] Support for korap:boundary deserialization (diewald)
Nils Diewald602c9222014-07-23 19:49:53 +000024
Nils Diewald6081f362014-07-18 18:03:14 +0000250.31.7 2014-07-18
26 - [feature] Added warnings to responses (diewald)
27
Nils Diewaldee4a6b72014-06-30 18:23:12 +0000280.31.6 2014-06-30
Nils Diewald9b1efea2014-07-24 15:33:47 +000029 - [feature] Support for korap:reference deserialization (diewald)
Nils Diewaldee4a6b72014-06-30 18:23:12 +000030 - [feature] Preliminary support for attributes in elements (margaretha)
31 - [feature] Preliminary support operation:repetition deserialization
32 (unfinished and untested; diewald)
33
Nils Diewald6e9eb4e2014-06-17 19:28:01 +0000340.31.5 2014-06-17
35 - [feature] Batch return of defined foundries and layers in
36 getMatchInfo() (diewald)
37 - [security] Improve foundry and layer check before injection in
38 regex (diewald)
39
Nils Diewaldd4401ec2014-06-16 17:04:02 +0000400.31.4 2014-06-16
41 - [feature] MatchModifyClassQuery now can extend (diewald)
Nils Diewald66b8b7a2014-06-16 17:17:46 +000042 - [bugfix] Make matchinfo a bit more robust (diewald)
Nils Diewaldd4401ec2014-06-16 17:04:02 +000043
Nils Diewald54187632014-06-11 14:39:29 +0000440.31.3 2014-06-11
45 - [bugfix] Minor bugfix regarding treatment of
46 failed search results (diewald)
47
Nils Diewald7cf8c6d2014-05-28 18:37:38 +0000480.31.2 2014-05-28
49 - [feature] Request parameter "itemsPerResource" limits
50 hits per document (diewald)
51
Nils Diewaldec336122014-05-21 17:09:50 +0000520.31.1 2014-05-21
53 - [bugfix] Minor bugfix for wrongly serialized contexts
54 in responses (diewald)
55
Nils Diewald1e5d5942014-05-20 13:29:53 +0000560.31.0 2014-05-20
57 - [feature] span contexts in JSON-LD are now supported
58 - [bugfix] Multiple bugfixes regarding span context
59 extensions (diewald)
60 - [bugfix] Minor debugging bugs (diewald)
61
Nils Diewald50389b02014-04-11 16:27:52 +0000620.30.9 2014-04-11
63 - [bugfix] Prevent multiple identifiers in
64 relation highlighting (diewald)
65
Nils Diewald2276e1c2014-04-10 15:01:59 +0000660.30.8 2014-04-10
67 - Added getTermRelationJSON() to KorapCollection (diewald)
68 This is likely to get deprecated!
69
Nils Diewaldfb4d7b02014-04-09 17:56:17 +0000700.30.7 2014-04-09
71 - Moved JSON interpretation from BooleanFilter to KorapFilter (diewald)
72 - Added 'or' and group nesting to KorapFilter (diewald)
73
Nils Diewald20607ab2014-03-20 23:28:36 +0000740.30.6 2014-03-20
75 - Refactoring and cleaning of ElementSpans (diewald)
76 - [bugfix] Stabilizing KorapMatch (diewald)
77
Nils Diewald6802acd2014-03-18 18:29:30 +0000780.30.5 2014-03-18
79 - Support for Quantifier Queries (margaretha)
80 - Some benchmarks (margaretha)
81 - [bugfix] WithinSpans respect match payloads,
82 and are now way more correct ;) (diewald)
83 - Support for overlap queries (diewald)
84 - Refactoring of WithinSpans (diewald)
85 - Introducing lazy loading for wrapper .end() in WithinSpans (diewald)
86
Nils Diewaldd0d6feb2014-02-26 18:51:08 +0000870.30.4 2014-02-26
Nils Diewald6802acd2014-03-18 18:29:30 +000088 - [cleanup] Making MultiTerm* more robust (diewald)
Nils Diewaldd0d6feb2014-02-26 18:51:08 +000089
Nils Diewaldefb9c9a2014-02-20 15:05:18 +0000900.30.3 2014-02-20
91 - Return json request in response if given (diewald)
Nils Diewaldad269342014-02-20 21:22:22 +000092 - [bugfix] ClassSpans and WithinSpans check skipTo
93 in advance now (diewald)
94 - Compilerfriendly logging rules, resulting
95 in significant performance improvements (diewald)
96 - Small refactorings (diewald)
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000097
Nils Diewaldf5f29ff2014-02-14 12:24:34 +0000980.30.2 2014-02-14
Nils Diewald6802acd2014-03-18 18:29:30 +000099 - [bugfix] wrapper uses correct distance constraint (diewald)
Nils Diewaldf5f29ff2014-02-14 12:24:34 +0000100
Nils Diewalda1118032014-02-13 20:50:48 +00001010.30.1 2014-02-13
102 - Added sentence extension for match info (diewald)
103
Nils Diewaldbadb4f12014-02-13 17:26:12 +00001040.30 2014-02-13
105 - This is a major version (prepared for the IDS meeting on the 17th of february)
106 - Improved stringification for distance queries (margaretha)
107
Nils Diewald164f8be2014-02-13 02:43:16 +00001080.26.4 2014-02-12
109 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
110 (diewald)
111 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
112
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00001130.26.3 2014-02-12
114 - [bugfix] Only open writer in case it's needed (diewald)
115
Nils Diewaldc86aa482014-02-12 16:58:05 +00001160.26.2 2014-02-12
117 - Added sequence queries with defined gaps (margaretha)
118 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +0000119 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +0000120 - [bugfix] Wildcards in segments were ignored (diewald)
121
Nils Diewald345bdc02014-01-21 21:48:57 +00001220.26.1 2014-01-21
123 - Distinct Match retrieval including spans
124 and dependency relations (diewald)
125
Nils Diewaldcde69082014-01-16 15:46:48 +00001260.26 2014-01-16
127 - Introduced standalone SpanSegmentQueries (margaretha)
128 - [bugfix] SpanNextQueries (margaretha)
129 - Support for Match Identifiers (diewald)
130 - Support for distinct Match retrieval (diewald)
131
Nils Diewald4aadb0c2014-01-09 23:21:11 +00001320.25.3 2014-01-10
133 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +0000134
1350.25.2 2013-12-29
136 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +0000137
Nils Diewald4aadb0c2014-01-09 23:21:11 +00001380.25.1 2013-12-28
139 - Support for pubDate collections.
140 - Changed versioning scheme.
141
Nils Diewaldb0dd9552013-12-20 02:28:34 +00001420.25 2013-12-20
143 - Support for Wildcard Queries.
144 - Improved support for regular expressions.
145 - Introduced keyword fields that store no positions.
146
Nils Diewald9cc86fe2013-12-07 17:45:59 +00001470.24_1 2013-12-05
148 - This is a pseudo version for demo versions with dirty hacks,
149 meant to be rolled back!
150 - There is now an ignored broken test in TestKorapCollection!
151
Nils Diewald3ed1afa2013-12-05 22:40:38 +00001520.24 2013-12-05
153 - Json deserializer finished for virtual collections.
154
Nils Diewaldc6b78752013-12-05 19:05:12 +00001550.23 2013-12-05
156 - Error handling corrected in KorapResult.
157 - Json deserializer finished for queries.
158
Nils Diewaldc925b492013-12-03 23:56:10 +00001590.22 2013-12-04
160 - Introduced KorapSearch.
161 - Json deserializer (started).
162
Nils Diewald5def8bc2013-11-28 19:26:54 +00001630.21 2013-11-28
164 - Virtual collections can now be defined,
165 searched, nested and extended.
166
Nils Diewaldf399a672013-11-18 17:55:22 +00001670.20 2013-11-18
168 - Unboxing from sandbox.
169
1700.11 2013-11-14
171 - JSON file importer (plain and gzip)
172 - [bugfix] Element Query
173 - [bugfix] Sequence Query
174
1750.10 2013-11-11
176 - Added JSON input to indexer.
177
1780.09 2013-11-07
179 - Reconstruction of all wrapper queries using an interface.
180 - Finished KorapQuery (preliminary feature freeze).
181
1820.08 2013-10-18
183 - Changed methods to attributes in KorapMatch.
184 - Changed SimpleJSON to Jackson.
185 - Fixed Highlighting.
186 - Some Refactoring of result classes.
187 - Introduced KorapDocument.
188 - Introduced KorapHTML utility.
189
1900.07 2013-10-14
191 - Added position to offset matching.
192
1930.06 2013-10-01
194 - Added SpanElementQuery for working WithinQeries.
195 - Added KorapResult and KorapMatching.
196
1970.05 2013-09-18
198 - Fixed bug in indexing (MultiTermTokenStream).
199 - Fixed SpanNext.
200 - Added KorapIndex.
201 - First draft for KorapFilter.
202
2030.04 2013-09-01
204 - Introduced optimized SpanNext class (not working atm),
205 as SpanNear does not always work with nested synonyms.
206
2070.03 2013-08-28
208 - Added within query (not working atm).
209 - Pushed query part to public repo.
210
2110.02 2013-08-26
212 - Added sequences.
213
2140.01 2013-08-20
215 - First version as maven build environment.