blob: fe98544fd3cd457cf5bd8813d803ae0be51cc070 [file] [log] [blame]
Nils Diewaldb0dd9552013-12-20 02:28:34 +000010.25 2013-12-20
2 - Support for Wildcard Queries.
3 - Improved support for regular expressions.
4 - Introduced keyword fields that store no positions.
5
Nils Diewald9cc86fe2013-12-07 17:45:59 +000060.24_1 2013-12-05
7 - This is a pseudo version for demo versions with dirty hacks,
8 meant to be rolled back!
9 - There is now an ignored broken test in TestKorapCollection!
10
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000110.24 2013-12-05
12 - Json deserializer finished for virtual collections.
13
Nils Diewaldc6b78752013-12-05 19:05:12 +0000140.23 2013-12-05
15 - Error handling corrected in KorapResult.
16 - Json deserializer finished for queries.
17
Nils Diewaldc925b492013-12-03 23:56:10 +0000180.22 2013-12-04
19 - Introduced KorapSearch.
20 - Json deserializer (started).
21
Nils Diewald5def8bc2013-11-28 19:26:54 +0000220.21 2013-11-28
23 - Virtual collections can now be defined,
24 searched, nested and extended.
25
Nils Diewaldf399a672013-11-18 17:55:22 +0000260.20 2013-11-18
27 - Unboxing from sandbox.
28
290.11 2013-11-14
30 - JSON file importer (plain and gzip)
31 - [bugfix] Element Query
32 - [bugfix] Sequence Query
33
340.10 2013-11-11
35 - Added JSON input to indexer.
36
370.09 2013-11-07
38 - Reconstruction of all wrapper queries using an interface.
39 - Finished KorapQuery (preliminary feature freeze).
40
410.08 2013-10-18
42 - Changed methods to attributes in KorapMatch.
43 - Changed SimpleJSON to Jackson.
44 - Fixed Highlighting.
45 - Some Refactoring of result classes.
46 - Introduced KorapDocument.
47 - Introduced KorapHTML utility.
48
490.07 2013-10-14
50 - Added position to offset matching.
51
520.06 2013-10-01
53 - Added SpanElementQuery for working WithinQeries.
54 - Added KorapResult and KorapMatching.
55
560.05 2013-09-18
57 - Fixed bug in indexing (MultiTermTokenStream).
58 - Fixed SpanNext.
59 - Added KorapIndex.
60 - First draft for KorapFilter.
61
620.04 2013-09-01
63 - Introduced optimized SpanNext class (not working atm),
64 as SpanNear does not always work with nested synonyms.
65
660.03 2013-08-28
67 - Added within query (not working atm).
68 - Pushed query part to public repo.
69
700.02 2013-08-26
71 - Added sequences.
72
730.01 2013-08-20
74 - First version as maven build environment.