blob: 4bc3140cd3e4c09712c106e0768714809cef8726 [file] [log] [blame]
Nils Diewald164f8be2014-02-13 02:43:16 +000010.26.4 2014-02-12
2 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
3 (diewald)
4 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
5
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +000060.26.3 2014-02-12
7 - [bugfix] Only open writer in case it's needed (diewald)
8
Nils Diewaldc86aa482014-02-12 16:58:05 +000090.26.2 2014-02-12
10 - Added sequence queries with defined gaps (margaretha)
11 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +000012 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +000013 - [bugfix] Wildcards in segments were ignored (diewald)
14
Nils Diewald345bdc02014-01-21 21:48:57 +0000150.26.1 2014-01-21
16 - Distinct Match retrieval including spans
17 and dependency relations (diewald)
18
Nils Diewaldcde69082014-01-16 15:46:48 +0000190.26 2014-01-16
20 - Introduced standalone SpanSegmentQueries (margaretha)
21 - [bugfix] SpanNextQueries (margaretha)
22 - Support for Match Identifiers (diewald)
23 - Support for distinct Match retrieval (diewald)
24
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000250.25.3 2014-01-10
26 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000027
280.25.2 2013-12-29
29 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000030
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000310.25.1 2013-12-28
32 - Support for pubDate collections.
33 - Changed versioning scheme.
34
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000350.25 2013-12-20
36 - Support for Wildcard Queries.
37 - Improved support for regular expressions.
38 - Introduced keyword fields that store no positions.
39
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000400.24_1 2013-12-05
41 - This is a pseudo version for demo versions with dirty hacks,
42 meant to be rolled back!
43 - There is now an ignored broken test in TestKorapCollection!
44
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000450.24 2013-12-05
46 - Json deserializer finished for virtual collections.
47
Nils Diewaldc6b78752013-12-05 19:05:12 +0000480.23 2013-12-05
49 - Error handling corrected in KorapResult.
50 - Json deserializer finished for queries.
51
Nils Diewaldc925b492013-12-03 23:56:10 +0000520.22 2013-12-04
53 - Introduced KorapSearch.
54 - Json deserializer (started).
55
Nils Diewald5def8bc2013-11-28 19:26:54 +0000560.21 2013-11-28
57 - Virtual collections can now be defined,
58 searched, nested and extended.
59
Nils Diewaldf399a672013-11-18 17:55:22 +0000600.20 2013-11-18
61 - Unboxing from sandbox.
62
630.11 2013-11-14
64 - JSON file importer (plain and gzip)
65 - [bugfix] Element Query
66 - [bugfix] Sequence Query
67
680.10 2013-11-11
69 - Added JSON input to indexer.
70
710.09 2013-11-07
72 - Reconstruction of all wrapper queries using an interface.
73 - Finished KorapQuery (preliminary feature freeze).
74
750.08 2013-10-18
76 - Changed methods to attributes in KorapMatch.
77 - Changed SimpleJSON to Jackson.
78 - Fixed Highlighting.
79 - Some Refactoring of result classes.
80 - Introduced KorapDocument.
81 - Introduced KorapHTML utility.
82
830.07 2013-10-14
84 - Added position to offset matching.
85
860.06 2013-10-01
87 - Added SpanElementQuery for working WithinQeries.
88 - Added KorapResult and KorapMatching.
89
900.05 2013-09-18
91 - Fixed bug in indexing (MultiTermTokenStream).
92 - Fixed SpanNext.
93 - Added KorapIndex.
94 - First draft for KorapFilter.
95
960.04 2013-09-01
97 - Introduced optimized SpanNext class (not working atm),
98 as SpanNear does not always work with nested synonyms.
99
1000.03 2013-08-28
101 - Added within query (not working atm).
102 - Pushed query part to public repo.
103
1040.02 2013-08-26
105 - Added sequences.
106
1070.01 2013-08-20
108 - First version as maven build environment.