blob: 2060909933c6d6b36648613f9fd4b6a7ca2d1fd3 [file] [log] [blame]
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000010.30.3 2014-02-20
2 - Return json request in response if given (diewald)
3
Nils Diewaldf5f29ff2014-02-14 12:24:34 +000040.30.2 2014-02-14
5 - [bugfix] wrapper uses correct distance constraint
6
Nils Diewalda1118032014-02-13 20:50:48 +000070.30.1 2014-02-13
8 - Added sentence extension for match info (diewald)
9
Nils Diewaldbadb4f12014-02-13 17:26:12 +0000100.30 2014-02-13
11 - This is a major version (prepared for the IDS meeting on the 17th of february)
12 - Improved stringification for distance queries (margaretha)
13
Nils Diewald164f8be2014-02-13 02:43:16 +0000140.26.4 2014-02-12
15 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
16 (diewald)
17 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
18
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000190.26.3 2014-02-12
20 - [bugfix] Only open writer in case it's needed (diewald)
21
Nils Diewaldc86aa482014-02-12 16:58:05 +0000220.26.2 2014-02-12
23 - Added sequence queries with defined gaps (margaretha)
24 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +000025 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +000026 - [bugfix] Wildcards in segments were ignored (diewald)
27
Nils Diewald345bdc02014-01-21 21:48:57 +0000280.26.1 2014-01-21
29 - Distinct Match retrieval including spans
30 and dependency relations (diewald)
31
Nils Diewaldcde69082014-01-16 15:46:48 +0000320.26 2014-01-16
33 - Introduced standalone SpanSegmentQueries (margaretha)
34 - [bugfix] SpanNextQueries (margaretha)
35 - Support for Match Identifiers (diewald)
36 - Support for distinct Match retrieval (diewald)
37
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000380.25.3 2014-01-10
39 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000040
410.25.2 2013-12-29
42 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000043
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000440.25.1 2013-12-28
45 - Support for pubDate collections.
46 - Changed versioning scheme.
47
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000480.25 2013-12-20
49 - Support for Wildcard Queries.
50 - Improved support for regular expressions.
51 - Introduced keyword fields that store no positions.
52
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000530.24_1 2013-12-05
54 - This is a pseudo version for demo versions with dirty hacks,
55 meant to be rolled back!
56 - There is now an ignored broken test in TestKorapCollection!
57
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000580.24 2013-12-05
59 - Json deserializer finished for virtual collections.
60
Nils Diewaldc6b78752013-12-05 19:05:12 +0000610.23 2013-12-05
62 - Error handling corrected in KorapResult.
63 - Json deserializer finished for queries.
64
Nils Diewaldc925b492013-12-03 23:56:10 +0000650.22 2013-12-04
66 - Introduced KorapSearch.
67 - Json deserializer (started).
68
Nils Diewald5def8bc2013-11-28 19:26:54 +0000690.21 2013-11-28
70 - Virtual collections can now be defined,
71 searched, nested and extended.
72
Nils Diewaldf399a672013-11-18 17:55:22 +0000730.20 2013-11-18
74 - Unboxing from sandbox.
75
760.11 2013-11-14
77 - JSON file importer (plain and gzip)
78 - [bugfix] Element Query
79 - [bugfix] Sequence Query
80
810.10 2013-11-11
82 - Added JSON input to indexer.
83
840.09 2013-11-07
85 - Reconstruction of all wrapper queries using an interface.
86 - Finished KorapQuery (preliminary feature freeze).
87
880.08 2013-10-18
89 - Changed methods to attributes in KorapMatch.
90 - Changed SimpleJSON to Jackson.
91 - Fixed Highlighting.
92 - Some Refactoring of result classes.
93 - Introduced KorapDocument.
94 - Introduced KorapHTML utility.
95
960.07 2013-10-14
97 - Added position to offset matching.
98
990.06 2013-10-01
100 - Added SpanElementQuery for working WithinQeries.
101 - Added KorapResult and KorapMatching.
102
1030.05 2013-09-18
104 - Fixed bug in indexing (MultiTermTokenStream).
105 - Fixed SpanNext.
106 - Added KorapIndex.
107 - First draft for KorapFilter.
108
1090.04 2013-09-01
110 - Introduced optimized SpanNext class (not working atm),
111 as SpanNear does not always work with nested synonyms.
112
1130.03 2013-08-28
114 - Added within query (not working atm).
115 - Pushed query part to public repo.
116
1170.02 2013-08-26
118 - Added sequences.
119
1200.01 2013-08-20
121 - First version as maven build environment.