blob: 24e2fe40aeca75b08c01bc307790f2a2bb914979 [file] [log] [blame]
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000010.30.3 2014-02-20
2 - Return json request in response if given (diewald)
Nils Diewald82a4b862014-02-20 21:17:41 +00003 - [bugfix] ClassSpans and WithinSpans check skipTo in advance now (diewald)
4 - Performance improvements (diewald)
Nils Diewaldefb9c9a2014-02-20 15:05:18 +00005
Nils Diewaldf5f29ff2014-02-14 12:24:34 +000060.30.2 2014-02-14
7 - [bugfix] wrapper uses correct distance constraint
8
Nils Diewalda1118032014-02-13 20:50:48 +000090.30.1 2014-02-13
10 - Added sentence extension for match info (diewald)
11
Nils Diewaldbadb4f12014-02-13 17:26:12 +0000120.30 2014-02-13
13 - This is a major version (prepared for the IDS meeting on the 17th of february)
14 - Improved stringification for distance queries (margaretha)
15
Nils Diewald164f8be2014-02-13 02:43:16 +0000160.26.4 2014-02-12
17 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
18 (diewald)
19 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
20
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000210.26.3 2014-02-12
22 - [bugfix] Only open writer in case it's needed (diewald)
23
Nils Diewaldc86aa482014-02-12 16:58:05 +0000240.26.2 2014-02-12
25 - Added sequence queries with defined gaps (margaretha)
26 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +000027 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +000028 - [bugfix] Wildcards in segments were ignored (diewald)
29
Nils Diewald345bdc02014-01-21 21:48:57 +0000300.26.1 2014-01-21
31 - Distinct Match retrieval including spans
32 and dependency relations (diewald)
33
Nils Diewaldcde69082014-01-16 15:46:48 +0000340.26 2014-01-16
35 - Introduced standalone SpanSegmentQueries (margaretha)
36 - [bugfix] SpanNextQueries (margaretha)
37 - Support for Match Identifiers (diewald)
38 - Support for distinct Match retrieval (diewald)
39
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000400.25.3 2014-01-10
41 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000042
430.25.2 2013-12-29
44 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000045
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000460.25.1 2013-12-28
47 - Support for pubDate collections.
48 - Changed versioning scheme.
49
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000500.25 2013-12-20
51 - Support for Wildcard Queries.
52 - Improved support for regular expressions.
53 - Introduced keyword fields that store no positions.
54
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000550.24_1 2013-12-05
56 - This is a pseudo version for demo versions with dirty hacks,
57 meant to be rolled back!
58 - There is now an ignored broken test in TestKorapCollection!
59
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000600.24 2013-12-05
61 - Json deserializer finished for virtual collections.
62
Nils Diewaldc6b78752013-12-05 19:05:12 +0000630.23 2013-12-05
64 - Error handling corrected in KorapResult.
65 - Json deserializer finished for queries.
66
Nils Diewaldc925b492013-12-03 23:56:10 +0000670.22 2013-12-04
68 - Introduced KorapSearch.
69 - Json deserializer (started).
70
Nils Diewald5def8bc2013-11-28 19:26:54 +0000710.21 2013-11-28
72 - Virtual collections can now be defined,
73 searched, nested and extended.
74
Nils Diewaldf399a672013-11-18 17:55:22 +0000750.20 2013-11-18
76 - Unboxing from sandbox.
77
780.11 2013-11-14
79 - JSON file importer (plain and gzip)
80 - [bugfix] Element Query
81 - [bugfix] Sequence Query
82
830.10 2013-11-11
84 - Added JSON input to indexer.
85
860.09 2013-11-07
87 - Reconstruction of all wrapper queries using an interface.
88 - Finished KorapQuery (preliminary feature freeze).
89
900.08 2013-10-18
91 - Changed methods to attributes in KorapMatch.
92 - Changed SimpleJSON to Jackson.
93 - Fixed Highlighting.
94 - Some Refactoring of result classes.
95 - Introduced KorapDocument.
96 - Introduced KorapHTML utility.
97
980.07 2013-10-14
99 - Added position to offset matching.
100
1010.06 2013-10-01
102 - Added SpanElementQuery for working WithinQeries.
103 - Added KorapResult and KorapMatching.
104
1050.05 2013-09-18
106 - Fixed bug in indexing (MultiTermTokenStream).
107 - Fixed SpanNext.
108 - Added KorapIndex.
109 - First draft for KorapFilter.
110
1110.04 2013-09-01
112 - Introduced optimized SpanNext class (not working atm),
113 as SpanNear does not always work with nested synonyms.
114
1150.03 2013-08-28
116 - Added within query (not working atm).
117 - Pushed query part to public repo.
118
1190.02 2013-08-26
120 - Added sequences.
121
1220.01 2013-08-20
123 - First version as maven build environment.