blob: 0648e5fab9f3c7700c8a88fe485a7b9df1b59701 [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)
Nils Diewaldad269342014-02-20 21:22:22 +00003 - [bugfix] ClassSpans and WithinSpans check skipTo
4 in advance now (diewald)
5 - Compilerfriendly logging rules, resulting
6 in significant performance improvements (diewald)
7 - Small refactorings (diewald)
Nils Diewaldefb9c9a2014-02-20 15:05:18 +00008
Nils Diewaldf5f29ff2014-02-14 12:24:34 +000090.30.2 2014-02-14
10 - [bugfix] wrapper uses correct distance constraint
11
Nils Diewalda1118032014-02-13 20:50:48 +0000120.30.1 2014-02-13
13 - Added sentence extension for match info (diewald)
14
Nils Diewaldbadb4f12014-02-13 17:26:12 +0000150.30 2014-02-13
16 - This is a major version (prepared for the IDS meeting on the 17th of february)
17 - Improved stringification for distance queries (margaretha)
18
Nils Diewald164f8be2014-02-13 02:43:16 +0000190.26.4 2014-02-12
20 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
21 (diewald)
22 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
23
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000240.26.3 2014-02-12
25 - [bugfix] Only open writer in case it's needed (diewald)
26
Nils Diewaldc86aa482014-02-12 16:58:05 +0000270.26.2 2014-02-12
28 - Added sequence queries with defined gaps (margaretha)
29 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +000030 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +000031 - [bugfix] Wildcards in segments were ignored (diewald)
32
Nils Diewald345bdc02014-01-21 21:48:57 +0000330.26.1 2014-01-21
34 - Distinct Match retrieval including spans
35 and dependency relations (diewald)
36
Nils Diewaldcde69082014-01-16 15:46:48 +0000370.26 2014-01-16
38 - Introduced standalone SpanSegmentQueries (margaretha)
39 - [bugfix] SpanNextQueries (margaretha)
40 - Support for Match Identifiers (diewald)
41 - Support for distinct Match retrieval (diewald)
42
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000430.25.3 2014-01-10
44 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000045
460.25.2 2013-12-29
47 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000048
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000490.25.1 2013-12-28
50 - Support for pubDate collections.
51 - Changed versioning scheme.
52
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000530.25 2013-12-20
54 - Support for Wildcard Queries.
55 - Improved support for regular expressions.
56 - Introduced keyword fields that store no positions.
57
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000580.24_1 2013-12-05
59 - This is a pseudo version for demo versions with dirty hacks,
60 meant to be rolled back!
61 - There is now an ignored broken test in TestKorapCollection!
62
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000630.24 2013-12-05
64 - Json deserializer finished for virtual collections.
65
Nils Diewaldc6b78752013-12-05 19:05:12 +0000660.23 2013-12-05
67 - Error handling corrected in KorapResult.
68 - Json deserializer finished for queries.
69
Nils Diewaldc925b492013-12-03 23:56:10 +0000700.22 2013-12-04
71 - Introduced KorapSearch.
72 - Json deserializer (started).
73
Nils Diewald5def8bc2013-11-28 19:26:54 +0000740.21 2013-11-28
75 - Virtual collections can now be defined,
76 searched, nested and extended.
77
Nils Diewaldf399a672013-11-18 17:55:22 +0000780.20 2013-11-18
79 - Unboxing from sandbox.
80
810.11 2013-11-14
82 - JSON file importer (plain and gzip)
83 - [bugfix] Element Query
84 - [bugfix] Sequence Query
85
860.10 2013-11-11
87 - Added JSON input to indexer.
88
890.09 2013-11-07
90 - Reconstruction of all wrapper queries using an interface.
91 - Finished KorapQuery (preliminary feature freeze).
92
930.08 2013-10-18
94 - Changed methods to attributes in KorapMatch.
95 - Changed SimpleJSON to Jackson.
96 - Fixed Highlighting.
97 - Some Refactoring of result classes.
98 - Introduced KorapDocument.
99 - Introduced KorapHTML utility.
100
1010.07 2013-10-14
102 - Added position to offset matching.
103
1040.06 2013-10-01
105 - Added SpanElementQuery for working WithinQeries.
106 - Added KorapResult and KorapMatching.
107
1080.05 2013-09-18
109 - Fixed bug in indexing (MultiTermTokenStream).
110 - Fixed SpanNext.
111 - Added KorapIndex.
112 - First draft for KorapFilter.
113
1140.04 2013-09-01
115 - Introduced optimized SpanNext class (not working atm),
116 as SpanNear does not always work with nested synonyms.
117
1180.03 2013-08-28
119 - Added within query (not working atm).
120 - Pushed query part to public repo.
121
1220.02 2013-08-26
123 - Added sequences.
124
1250.01 2013-08-20
126 - First version as maven build environment.