blob: 26c5611a933310c04a24736ce79364e9ef299bc7 [file] [log] [blame]
Nils Diewaldc86aa482014-02-12 16:58:05 +000010.26.2 2014-02-12
2 - Added sequence queries with defined gaps (margaretha)
3 - Support for multiple distance constraints (margaretha)
4 - Updated json-ld serialization (diewald)
5 - [bugfix] Wildcards in segments were ignored (diewald)
6
Nils Diewald345bdc02014-01-21 21:48:57 +000070.26.1 2014-01-21
8 - Distinct Match retrieval including spans
9 and dependency relations (diewald)
10
Nils Diewaldcde69082014-01-16 15:46:48 +0000110.26 2014-01-16
12 - Introduced standalone SpanSegmentQueries (margaretha)
13 - [bugfix] SpanNextQueries (margaretha)
14 - Support for Match Identifiers (diewald)
15 - Support for distinct Match retrieval (diewald)
16
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000170.25.3 2014-01-10
18 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000019
200.25.2 2013-12-29
21 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000022
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000230.25.1 2013-12-28
24 - Support for pubDate collections.
25 - Changed versioning scheme.
26
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000270.25 2013-12-20
28 - Support for Wildcard Queries.
29 - Improved support for regular expressions.
30 - Introduced keyword fields that store no positions.
31
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000320.24_1 2013-12-05
33 - This is a pseudo version for demo versions with dirty hacks,
34 meant to be rolled back!
35 - There is now an ignored broken test in TestKorapCollection!
36
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000370.24 2013-12-05
38 - Json deserializer finished for virtual collections.
39
Nils Diewaldc6b78752013-12-05 19:05:12 +0000400.23 2013-12-05
41 - Error handling corrected in KorapResult.
42 - Json deserializer finished for queries.
43
Nils Diewaldc925b492013-12-03 23:56:10 +0000440.22 2013-12-04
45 - Introduced KorapSearch.
46 - Json deserializer (started).
47
Nils Diewald5def8bc2013-11-28 19:26:54 +0000480.21 2013-11-28
49 - Virtual collections can now be defined,
50 searched, nested and extended.
51
Nils Diewaldf399a672013-11-18 17:55:22 +0000520.20 2013-11-18
53 - Unboxing from sandbox.
54
550.11 2013-11-14
56 - JSON file importer (plain and gzip)
57 - [bugfix] Element Query
58 - [bugfix] Sequence Query
59
600.10 2013-11-11
61 - Added JSON input to indexer.
62
630.09 2013-11-07
64 - Reconstruction of all wrapper queries using an interface.
65 - Finished KorapQuery (preliminary feature freeze).
66
670.08 2013-10-18
68 - Changed methods to attributes in KorapMatch.
69 - Changed SimpleJSON to Jackson.
70 - Fixed Highlighting.
71 - Some Refactoring of result classes.
72 - Introduced KorapDocument.
73 - Introduced KorapHTML utility.
74
750.07 2013-10-14
76 - Added position to offset matching.
77
780.06 2013-10-01
79 - Added SpanElementQuery for working WithinQeries.
80 - Added KorapResult and KorapMatching.
81
820.05 2013-09-18
83 - Fixed bug in indexing (MultiTermTokenStream).
84 - Fixed SpanNext.
85 - Added KorapIndex.
86 - First draft for KorapFilter.
87
880.04 2013-09-01
89 - Introduced optimized SpanNext class (not working atm),
90 as SpanNear does not always work with nested synonyms.
91
920.03 2013-08-28
93 - Added within query (not working atm).
94 - Pushed query part to public repo.
95
960.02 2013-08-26
97 - Added sequences.
98
990.01 2013-08-20
100 - First version as maven build environment.