blob: 7fe775fc0d8f33631ec3c5486bdae11602bbbeda [file] [log] [blame]
Nils Diewald9cc86fe2013-12-07 17:45:59 +000010.24_1 2013-12-05
2 - This is a pseudo version for demo versions with dirty hacks,
3 meant to be rolled back!
4 - There is now an ignored broken test in TestKorapCollection!
5
Nils Diewald3ed1afa2013-12-05 22:40:38 +000060.24 2013-12-05
7 - Json deserializer finished for virtual collections.
8
Nils Diewaldc6b78752013-12-05 19:05:12 +000090.23 2013-12-05
10 - Error handling corrected in KorapResult.
11 - Json deserializer finished for queries.
12
Nils Diewaldc925b492013-12-03 23:56:10 +0000130.22 2013-12-04
14 - Introduced KorapSearch.
15 - Json deserializer (started).
16
Nils Diewald5def8bc2013-11-28 19:26:54 +0000170.21 2013-11-28
18 - Virtual collections can now be defined,
19 searched, nested and extended.
20
Nils Diewaldf399a672013-11-18 17:55:22 +0000210.20 2013-11-18
22 - Unboxing from sandbox.
23
240.11 2013-11-14
25 - JSON file importer (plain and gzip)
26 - [bugfix] Element Query
27 - [bugfix] Sequence Query
28
290.10 2013-11-11
30 - Added JSON input to indexer.
31
320.09 2013-11-07
33 - Reconstruction of all wrapper queries using an interface.
34 - Finished KorapQuery (preliminary feature freeze).
35
360.08 2013-10-18
37 - Changed methods to attributes in KorapMatch.
38 - Changed SimpleJSON to Jackson.
39 - Fixed Highlighting.
40 - Some Refactoring of result classes.
41 - Introduced KorapDocument.
42 - Introduced KorapHTML utility.
43
440.07 2013-10-14
45 - Added position to offset matching.
46
470.06 2013-10-01
48 - Added SpanElementQuery for working WithinQeries.
49 - Added KorapResult and KorapMatching.
50
510.05 2013-09-18
52 - Fixed bug in indexing (MultiTermTokenStream).
53 - Fixed SpanNext.
54 - Added KorapIndex.
55 - First draft for KorapFilter.
56
570.04 2013-09-01
58 - Introduced optimized SpanNext class (not working atm),
59 as SpanNear does not always work with nested synonyms.
60
610.03 2013-08-28
62 - Added within query (not working atm).
63 - Pushed query part to public repo.
64
650.02 2013-08-26
66 - Added sequences.
67
680.01 2013-08-20
69 - First version as maven build environment.