blob: 8d4f8396ab890971f6ad855e46f4e716f5ed2620 [file] [log] [blame]
Nils Diewalda1118032014-02-13 20:50:48 +000010.30.1 2014-02-13
2 - Added sentence extension for match info (diewald)
3
Nils Diewaldbadb4f12014-02-13 17:26:12 +000040.30 2014-02-13
5 - This is a major version (prepared for the IDS meeting on the 17th of february)
6 - Improved stringification for distance queries (margaretha)
7
Nils Diewald164f8be2014-02-13 02:43:16 +000080.26.4 2014-02-12
9 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
10 (diewald)
11 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
12
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000130.26.3 2014-02-12
14 - [bugfix] Only open writer in case it's needed (diewald)
15
Nils Diewaldc86aa482014-02-12 16:58:05 +0000160.26.2 2014-02-12
17 - Added sequence queries with defined gaps (margaretha)
18 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +000019 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +000020 - [bugfix] Wildcards in segments were ignored (diewald)
21
Nils Diewald345bdc02014-01-21 21:48:57 +0000220.26.1 2014-01-21
23 - Distinct Match retrieval including spans
24 and dependency relations (diewald)
25
Nils Diewaldcde69082014-01-16 15:46:48 +0000260.26 2014-01-16
27 - Introduced standalone SpanSegmentQueries (margaretha)
28 - [bugfix] SpanNextQueries (margaretha)
29 - Support for Match Identifiers (diewald)
30 - Support for distinct Match retrieval (diewald)
31
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000320.25.3 2014-01-10
33 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000034
350.25.2 2013-12-29
36 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000037
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000380.25.1 2013-12-28
39 - Support for pubDate collections.
40 - Changed versioning scheme.
41
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000420.25 2013-12-20
43 - Support for Wildcard Queries.
44 - Improved support for regular expressions.
45 - Introduced keyword fields that store no positions.
46
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000470.24_1 2013-12-05
48 - This is a pseudo version for demo versions with dirty hacks,
49 meant to be rolled back!
50 - There is now an ignored broken test in TestKorapCollection!
51
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000520.24 2013-12-05
53 - Json deserializer finished for virtual collections.
54
Nils Diewaldc6b78752013-12-05 19:05:12 +0000550.23 2013-12-05
56 - Error handling corrected in KorapResult.
57 - Json deserializer finished for queries.
58
Nils Diewaldc925b492013-12-03 23:56:10 +0000590.22 2013-12-04
60 - Introduced KorapSearch.
61 - Json deserializer (started).
62
Nils Diewald5def8bc2013-11-28 19:26:54 +0000630.21 2013-11-28
64 - Virtual collections can now be defined,
65 searched, nested and extended.
66
Nils Diewaldf399a672013-11-18 17:55:22 +0000670.20 2013-11-18
68 - Unboxing from sandbox.
69
700.11 2013-11-14
71 - JSON file importer (plain and gzip)
72 - [bugfix] Element Query
73 - [bugfix] Sequence Query
74
750.10 2013-11-11
76 - Added JSON input to indexer.
77
780.09 2013-11-07
79 - Reconstruction of all wrapper queries using an interface.
80 - Finished KorapQuery (preliminary feature freeze).
81
820.08 2013-10-18
83 - Changed methods to attributes in KorapMatch.
84 - Changed SimpleJSON to Jackson.
85 - Fixed Highlighting.
86 - Some Refactoring of result classes.
87 - Introduced KorapDocument.
88 - Introduced KorapHTML utility.
89
900.07 2013-10-14
91 - Added position to offset matching.
92
930.06 2013-10-01
94 - Added SpanElementQuery for working WithinQeries.
95 - Added KorapResult and KorapMatching.
96
970.05 2013-09-18
98 - Fixed bug in indexing (MultiTermTokenStream).
99 - Fixed SpanNext.
100 - Added KorapIndex.
101 - First draft for KorapFilter.
102
1030.04 2013-09-01
104 - Introduced optimized SpanNext class (not working atm),
105 as SpanNear does not always work with nested synonyms.
106
1070.03 2013-08-28
108 - Added within query (not working atm).
109 - Pushed query part to public repo.
110
1110.02 2013-08-26
112 - Added sequences.
113
1140.01 2013-08-20
115 - First version as maven build environment.