blob: e9fbe048305fa7ee8c5c0843b80f94f52f0351e3 [file] [log] [blame]
Nils Diewaldf5f29ff2014-02-14 12:24:34 +000010.30.2 2014-02-14
2 - [bugfix] wrapper uses correct distance constraint
3
Nils Diewalda1118032014-02-13 20:50:48 +000040.30.1 2014-02-13
5 - Added sentence extension for match info (diewald)
6
Nils Diewaldbadb4f12014-02-13 17:26:12 +000070.30 2014-02-13
8 - This is a major version (prepared for the IDS meeting on the 17th of february)
9 - Improved stringification for distance queries (margaretha)
10
Nils Diewald164f8be2014-02-13 02:43:16 +0000110.26.4 2014-02-12
12 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
13 (diewald)
14 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
15
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000160.26.3 2014-02-12
17 - [bugfix] Only open writer in case it's needed (diewald)
18
Nils Diewaldc86aa482014-02-12 16:58:05 +0000190.26.2 2014-02-12
20 - Added sequence queries with defined gaps (margaretha)
21 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +000022 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +000023 - [bugfix] Wildcards in segments were ignored (diewald)
24
Nils Diewald345bdc02014-01-21 21:48:57 +0000250.26.1 2014-01-21
26 - Distinct Match retrieval including spans
27 and dependency relations (diewald)
28
Nils Diewaldcde69082014-01-16 15:46:48 +0000290.26 2014-01-16
30 - Introduced standalone SpanSegmentQueries (margaretha)
31 - [bugfix] SpanNextQueries (margaretha)
32 - Support for Match Identifiers (diewald)
33 - Support for distinct Match retrieval (diewald)
34
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000350.25.3 2014-01-10
36 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000037
380.25.2 2013-12-29
39 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000040
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000410.25.1 2013-12-28
42 - Support for pubDate collections.
43 - Changed versioning scheme.
44
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000450.25 2013-12-20
46 - Support for Wildcard Queries.
47 - Improved support for regular expressions.
48 - Introduced keyword fields that store no positions.
49
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000500.24_1 2013-12-05
51 - This is a pseudo version for demo versions with dirty hacks,
52 meant to be rolled back!
53 - There is now an ignored broken test in TestKorapCollection!
54
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000550.24 2013-12-05
56 - Json deserializer finished for virtual collections.
57
Nils Diewaldc6b78752013-12-05 19:05:12 +0000580.23 2013-12-05
59 - Error handling corrected in KorapResult.
60 - Json deserializer finished for queries.
61
Nils Diewaldc925b492013-12-03 23:56:10 +0000620.22 2013-12-04
63 - Introduced KorapSearch.
64 - Json deserializer (started).
65
Nils Diewald5def8bc2013-11-28 19:26:54 +0000660.21 2013-11-28
67 - Virtual collections can now be defined,
68 searched, nested and extended.
69
Nils Diewaldf399a672013-11-18 17:55:22 +0000700.20 2013-11-18
71 - Unboxing from sandbox.
72
730.11 2013-11-14
74 - JSON file importer (plain and gzip)
75 - [bugfix] Element Query
76 - [bugfix] Sequence Query
77
780.10 2013-11-11
79 - Added JSON input to indexer.
80
810.09 2013-11-07
82 - Reconstruction of all wrapper queries using an interface.
83 - Finished KorapQuery (preliminary feature freeze).
84
850.08 2013-10-18
86 - Changed methods to attributes in KorapMatch.
87 - Changed SimpleJSON to Jackson.
88 - Fixed Highlighting.
89 - Some Refactoring of result classes.
90 - Introduced KorapDocument.
91 - Introduced KorapHTML utility.
92
930.07 2013-10-14
94 - Added position to offset matching.
95
960.06 2013-10-01
97 - Added SpanElementQuery for working WithinQeries.
98 - Added KorapResult and KorapMatching.
99
1000.05 2013-09-18
101 - Fixed bug in indexing (MultiTermTokenStream).
102 - Fixed SpanNext.
103 - Added KorapIndex.
104 - First draft for KorapFilter.
105
1060.04 2013-09-01
107 - Introduced optimized SpanNext class (not working atm),
108 as SpanNear does not always work with nested synonyms.
109
1100.03 2013-08-28
111 - Added within query (not working atm).
112 - Pushed query part to public repo.
113
1140.02 2013-08-26
115 - Added sequences.
116
1170.01 2013-08-20
118 - First version as maven build environment.