blob: c9e6ab83fa1f3b65d98de3f3b78982f9064dcf6f [file] [log] [blame]
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +000010.26.3 2014-02-12
2 - [bugfix] Only open writer in case it's needed (diewald)
3
Nils Diewaldc86aa482014-02-12 16:58:05 +000040.26.2 2014-02-12
5 - Added sequence queries with defined gaps (margaretha)
6 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +00007 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +00008 - [bugfix] Wildcards in segments were ignored (diewald)
9
Nils Diewald345bdc02014-01-21 21:48:57 +0000100.26.1 2014-01-21
11 - Distinct Match retrieval including spans
12 and dependency relations (diewald)
13
Nils Diewaldcde69082014-01-16 15:46:48 +0000140.26 2014-01-16
15 - Introduced standalone SpanSegmentQueries (margaretha)
16 - [bugfix] SpanNextQueries (margaretha)
17 - Support for Match Identifiers (diewald)
18 - Support for distinct Match retrieval (diewald)
19
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000200.25.3 2014-01-10
21 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000022
230.25.2 2013-12-29
24 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000025
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000260.25.1 2013-12-28
27 - Support for pubDate collections.
28 - Changed versioning scheme.
29
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000300.25 2013-12-20
31 - Support for Wildcard Queries.
32 - Improved support for regular expressions.
33 - Introduced keyword fields that store no positions.
34
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000350.24_1 2013-12-05
36 - This is a pseudo version for demo versions with dirty hacks,
37 meant to be rolled back!
38 - There is now an ignored broken test in TestKorapCollection!
39
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000400.24 2013-12-05
41 - Json deserializer finished for virtual collections.
42
Nils Diewaldc6b78752013-12-05 19:05:12 +0000430.23 2013-12-05
44 - Error handling corrected in KorapResult.
45 - Json deserializer finished for queries.
46
Nils Diewaldc925b492013-12-03 23:56:10 +0000470.22 2013-12-04
48 - Introduced KorapSearch.
49 - Json deserializer (started).
50
Nils Diewald5def8bc2013-11-28 19:26:54 +0000510.21 2013-11-28
52 - Virtual collections can now be defined,
53 searched, nested and extended.
54
Nils Diewaldf399a672013-11-18 17:55:22 +0000550.20 2013-11-18
56 - Unboxing from sandbox.
57
580.11 2013-11-14
59 - JSON file importer (plain and gzip)
60 - [bugfix] Element Query
61 - [bugfix] Sequence Query
62
630.10 2013-11-11
64 - Added JSON input to indexer.
65
660.09 2013-11-07
67 - Reconstruction of all wrapper queries using an interface.
68 - Finished KorapQuery (preliminary feature freeze).
69
700.08 2013-10-18
71 - Changed methods to attributes in KorapMatch.
72 - Changed SimpleJSON to Jackson.
73 - Fixed Highlighting.
74 - Some Refactoring of result classes.
75 - Introduced KorapDocument.
76 - Introduced KorapHTML utility.
77
780.07 2013-10-14
79 - Added position to offset matching.
80
810.06 2013-10-01
82 - Added SpanElementQuery for working WithinQeries.
83 - Added KorapResult and KorapMatching.
84
850.05 2013-09-18
86 - Fixed bug in indexing (MultiTermTokenStream).
87 - Fixed SpanNext.
88 - Added KorapIndex.
89 - First draft for KorapFilter.
90
910.04 2013-09-01
92 - Introduced optimized SpanNext class (not working atm),
93 as SpanNear does not always work with nested synonyms.
94
950.03 2013-08-28
96 - Added within query (not working atm).
97 - Pushed query part to public repo.
98
990.02 2013-08-26
100 - Added sequences.
101
1020.01 2013-08-20
103 - First version as maven build environment.