blob: 9aa88b1866d6869894d1f15991997c5d92342bbe [file] [log] [blame]
Nils Diewaldd0d6feb2014-02-26 18:51:08 +000010.30.4 2014-02-26
2 - [cleanup] Making MultiTerm* more robust.
3
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000040.30.3 2014-02-20
5 - Return json request in response if given (diewald)
Nils Diewaldad269342014-02-20 21:22:22 +00006 - [bugfix] ClassSpans and WithinSpans check skipTo
7 in advance now (diewald)
8 - Compilerfriendly logging rules, resulting
9 in significant performance improvements (diewald)
10 - Small refactorings (diewald)
Nils Diewaldefb9c9a2014-02-20 15:05:18 +000011
Nils Diewaldf5f29ff2014-02-14 12:24:34 +0000120.30.2 2014-02-14
13 - [bugfix] wrapper uses correct distance constraint
14
Nils Diewalda1118032014-02-13 20:50:48 +0000150.30.1 2014-02-13
16 - Added sentence extension for match info (diewald)
17
Nils Diewaldbadb4f12014-02-13 17:26:12 +0000180.30 2014-02-13
19 - This is a major version (prepared for the IDS meeting on the 17th of february)
20 - Improved stringification for distance queries (margaretha)
21
Nils Diewald164f8be2014-02-13 02:43:16 +0000220.26.4 2014-02-12
23 - Serialize SpanDistanceQueries and SpanMultipleDistanceQueries
24 (diewald)
25 - [temporarily] Added default foundry "mate" in KorapQuery (diewald)
26
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +0000270.26.3 2014-02-12
28 - [bugfix] Only open writer in case it's needed (diewald)
29
Nils Diewaldc86aa482014-02-12 16:58:05 +0000300.26.2 2014-02-12
31 - Added sequence queries with defined gaps (margaretha)
32 - Support for multiple distance constraints (margaretha)
Nils Diewald23417e82014-02-12 18:33:24 +000033 - Updated json-ld deserialization with nested meta (diewald)
Nils Diewaldc86aa482014-02-12 16:58:05 +000034 - [bugfix] Wildcards in segments were ignored (diewald)
35
Nils Diewald345bdc02014-01-21 21:48:57 +0000360.26.1 2014-01-21
37 - Distinct Match retrieval including spans
38 and dependency relations (diewald)
39
Nils Diewaldcde69082014-01-16 15:46:48 +0000400.26 2014-01-16
41 - Introduced standalone SpanSegmentQueries (margaretha)
42 - [bugfix] SpanNextQueries (margaretha)
43 - Support for Match Identifiers (diewald)
44 - Support for distinct Match retrieval (diewald)
45
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000460.25.3 2014-01-10
47 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000048
490.25.2 2013-12-29
50 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000051
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000520.25.1 2013-12-28
53 - Support for pubDate collections.
54 - Changed versioning scheme.
55
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000560.25 2013-12-20
57 - Support for Wildcard Queries.
58 - Improved support for regular expressions.
59 - Introduced keyword fields that store no positions.
60
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000610.24_1 2013-12-05
62 - This is a pseudo version for demo versions with dirty hacks,
63 meant to be rolled back!
64 - There is now an ignored broken test in TestKorapCollection!
65
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000660.24 2013-12-05
67 - Json deserializer finished for virtual collections.
68
Nils Diewaldc6b78752013-12-05 19:05:12 +0000690.23 2013-12-05
70 - Error handling corrected in KorapResult.
71 - Json deserializer finished for queries.
72
Nils Diewaldc925b492013-12-03 23:56:10 +0000730.22 2013-12-04
74 - Introduced KorapSearch.
75 - Json deserializer (started).
76
Nils Diewald5def8bc2013-11-28 19:26:54 +0000770.21 2013-11-28
78 - Virtual collections can now be defined,
79 searched, nested and extended.
80
Nils Diewaldf399a672013-11-18 17:55:22 +0000810.20 2013-11-18
82 - Unboxing from sandbox.
83
840.11 2013-11-14
85 - JSON file importer (plain and gzip)
86 - [bugfix] Element Query
87 - [bugfix] Sequence Query
88
890.10 2013-11-11
90 - Added JSON input to indexer.
91
920.09 2013-11-07
93 - Reconstruction of all wrapper queries using an interface.
94 - Finished KorapQuery (preliminary feature freeze).
95
960.08 2013-10-18
97 - Changed methods to attributes in KorapMatch.
98 - Changed SimpleJSON to Jackson.
99 - Fixed Highlighting.
100 - Some Refactoring of result classes.
101 - Introduced KorapDocument.
102 - Introduced KorapHTML utility.
103
1040.07 2013-10-14
105 - Added position to offset matching.
106
1070.06 2013-10-01
108 - Added SpanElementQuery for working WithinQeries.
109 - Added KorapResult and KorapMatching.
110
1110.05 2013-09-18
112 - Fixed bug in indexing (MultiTermTokenStream).
113 - Fixed SpanNext.
114 - Added KorapIndex.
115 - First draft for KorapFilter.
116
1170.04 2013-09-01
118 - Introduced optimized SpanNext class (not working atm),
119 as SpanNear does not always work with nested synonyms.
120
1210.03 2013-08-28
122 - Added within query (not working atm).
123 - Pushed query part to public repo.
124
1250.02 2013-08-26
126 - Added sequences.
127
1280.01 2013-08-20
129 - First version as maven build environment.