blob: 0d8e3fca177856f5efda44b94cbc08ffeb924f0c [file] [log] [blame]
Nils Diewaldbadb4f12014-02-13 17:26:12 +000010.30 2014-02-13
2 - This is a major version (prepared for the IDS meeting on the 17th of february)
3 - Improved stringification for distance queries (margaretha)
4
Nils Diewald164f8be2014-02-13 02:43:16 +000050.26.4 2014-02-12
6 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
7 (diewald)
8 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
9
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000100.26.3 2014-02-12
11 - [bugfix] Only open writer in case it's needed (diewald)
12
Nils Diewaldc86aa482014-02-12 16:58:05 +0000130.26.2 2014-02-12
14 - Added sequence queries with defined gaps (margaretha)
15 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +000016 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +000017 - [bugfix] Wildcards in segments were ignored (diewald)
18
Nils Diewald345bdc02014-01-21 21:48:57 +0000190.26.1 2014-01-21
20 - Distinct Match retrieval including spans
21 and dependency relations (diewald)
22
Nils Diewaldcde69082014-01-16 15:46:48 +0000230.26 2014-01-16
24 - Introduced standalone SpanSegmentQueries (margaretha)
25 - [bugfix] SpanNextQueries (margaretha)
26 - Support for Match Identifiers (diewald)
27 - Support for distinct Match retrieval (diewald)
28
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000290.25.3 2014-01-10
30 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000031
320.25.2 2013-12-29
33 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000034
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000350.25.1 2013-12-28
36 - Support for pubDate collections.
37 - Changed versioning scheme.
38
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000390.25 2013-12-20
40 - Support for Wildcard Queries.
41 - Improved support for regular expressions.
42 - Introduced keyword fields that store no positions.
43
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000440.24_1 2013-12-05
45 - This is a pseudo version for demo versions with dirty hacks,
46 meant to be rolled back!
47 - There is now an ignored broken test in TestKorapCollection!
48
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000490.24 2013-12-05
50 - Json deserializer finished for virtual collections.
51
Nils Diewaldc6b78752013-12-05 19:05:12 +0000520.23 2013-12-05
53 - Error handling corrected in KorapResult.
54 - Json deserializer finished for queries.
55
Nils Diewaldc925b492013-12-03 23:56:10 +0000560.22 2013-12-04
57 - Introduced KorapSearch.
58 - Json deserializer (started).
59
Nils Diewald5def8bc2013-11-28 19:26:54 +0000600.21 2013-11-28
61 - Virtual collections can now be defined,
62 searched, nested and extended.
63
Nils Diewaldf399a672013-11-18 17:55:22 +0000640.20 2013-11-18
65 - Unboxing from sandbox.
66
670.11 2013-11-14
68 - JSON file importer (plain and gzip)
69 - [bugfix] Element Query
70 - [bugfix] Sequence Query
71
720.10 2013-11-11
73 - Added JSON input to indexer.
74
750.09 2013-11-07
76 - Reconstruction of all wrapper queries using an interface.
77 - Finished KorapQuery (preliminary feature freeze).
78
790.08 2013-10-18
80 - Changed methods to attributes in KorapMatch.
81 - Changed SimpleJSON to Jackson.
82 - Fixed Highlighting.
83 - Some Refactoring of result classes.
84 - Introduced KorapDocument.
85 - Introduced KorapHTML utility.
86
870.07 2013-10-14
88 - Added position to offset matching.
89
900.06 2013-10-01
91 - Added SpanElementQuery for working WithinQeries.
92 - Added KorapResult and KorapMatching.
93
940.05 2013-09-18
95 - Fixed bug in indexing (MultiTermTokenStream).
96 - Fixed SpanNext.
97 - Added KorapIndex.
98 - First draft for KorapFilter.
99
1000.04 2013-09-01
101 - Introduced optimized SpanNext class (not working atm),
102 as SpanNear does not always work with nested synonyms.
103
1040.03 2013-08-28
105 - Added within query (not working atm).
106 - Pushed query part to public repo.
107
1080.02 2013-08-26
109 - Added sequences.
110
1110.01 2013-08-20
112 - First version as maven build environment.