blob: 4930f2fc521c231aac638fd5c70fc905ea4062bd [file] [log] [blame]
Nils Diewaldb1c3b652013-12-28 22:47:00 +000010.25.1 2013-12-28
2 - Support for pubDate collections.
3
Nils Diewaldb0dd9552013-12-20 02:28:34 +000040.25 2013-12-20
5 - Support for Wildcard Queries.
6 - Improved support for regular expressions.
7 - Introduced keyword fields that store no positions.
8
Nils Diewald9cc86fe2013-12-07 17:45:59 +000090.24_1 2013-12-05
10 - This is a pseudo version for demo versions with dirty hacks,
11 meant to be rolled back!
12 - There is now an ignored broken test in TestKorapCollection!
13
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000140.24 2013-12-05
15 - Json deserializer finished for virtual collections.
16
Nils Diewaldc6b78752013-12-05 19:05:12 +0000170.23 2013-12-05
18 - Error handling corrected in KorapResult.
19 - Json deserializer finished for queries.
20
Nils Diewaldc925b492013-12-03 23:56:10 +0000210.22 2013-12-04
22 - Introduced KorapSearch.
23 - Json deserializer (started).
24
Nils Diewald5def8bc2013-11-28 19:26:54 +0000250.21 2013-11-28
26 - Virtual collections can now be defined,
27 searched, nested and extended.
28
Nils Diewaldf399a672013-11-18 17:55:22 +0000290.20 2013-11-18
30 - Unboxing from sandbox.
31
320.11 2013-11-14
33 - JSON file importer (plain and gzip)
34 - [bugfix] Element Query
35 - [bugfix] Sequence Query
36
370.10 2013-11-11
38 - Added JSON input to indexer.
39
400.09 2013-11-07
41 - Reconstruction of all wrapper queries using an interface.
42 - Finished KorapQuery (preliminary feature freeze).
43
440.08 2013-10-18
45 - Changed methods to attributes in KorapMatch.
46 - Changed SimpleJSON to Jackson.
47 - Fixed Highlighting.
48 - Some Refactoring of result classes.
49 - Introduced KorapDocument.
50 - Introduced KorapHTML utility.
51
520.07 2013-10-14
53 - Added position to offset matching.
54
550.06 2013-10-01
56 - Added SpanElementQuery for working WithinQeries.
57 - Added KorapResult and KorapMatching.
58
590.05 2013-09-18
60 - Fixed bug in indexing (MultiTermTokenStream).
61 - Fixed SpanNext.
62 - Added KorapIndex.
63 - First draft for KorapFilter.
64
650.04 2013-09-01
66 - Introduced optimized SpanNext class (not working atm),
67 as SpanNear does not always work with nested synonyms.
68
690.03 2013-08-28
70 - Added within query (not working atm).
71 - Pushed query part to public repo.
72
730.02 2013-08-26
74 - Added sequences.
75
760.01 2013-08-20
77 - First version as maven build environment.