blob: b591594ca64a4c320d629516a14ab01d5b9db6a1 [file] [log] [blame]
Nils Diewaldb1c3b652013-12-28 22:47:00 +000010.25.1 2013-12-28
2 - Support for pubDate collections.
Nils Diewald4fca3ff2013-12-29 22:59:13 +00003 - Changed versioning scheme.
4
50.25.2 2013-12-29
6 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +00007
Nils Diewaldb0dd9552013-12-20 02:28:34 +000080.25 2013-12-20
9 - Support for Wildcard Queries.
10 - Improved support for regular expressions.
11 - Introduced keyword fields that store no positions.
12
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000130.24_1 2013-12-05
14 - This is a pseudo version for demo versions with dirty hacks,
15 meant to be rolled back!
16 - There is now an ignored broken test in TestKorapCollection!
17
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000180.24 2013-12-05
19 - Json deserializer finished for virtual collections.
20
Nils Diewaldc6b78752013-12-05 19:05:12 +0000210.23 2013-12-05
22 - Error handling corrected in KorapResult.
23 - Json deserializer finished for queries.
24
Nils Diewaldc925b492013-12-03 23:56:10 +0000250.22 2013-12-04
26 - Introduced KorapSearch.
27 - Json deserializer (started).
28
Nils Diewald5def8bc2013-11-28 19:26:54 +0000290.21 2013-11-28
30 - Virtual collections can now be defined,
31 searched, nested and extended.
32
Nils Diewaldf399a672013-11-18 17:55:22 +0000330.20 2013-11-18
34 - Unboxing from sandbox.
35
360.11 2013-11-14
37 - JSON file importer (plain and gzip)
38 - [bugfix] Element Query
39 - [bugfix] Sequence Query
40
410.10 2013-11-11
42 - Added JSON input to indexer.
43
440.09 2013-11-07
45 - Reconstruction of all wrapper queries using an interface.
46 - Finished KorapQuery (preliminary feature freeze).
47
480.08 2013-10-18
49 - Changed methods to attributes in KorapMatch.
50 - Changed SimpleJSON to Jackson.
51 - Fixed Highlighting.
52 - Some Refactoring of result classes.
53 - Introduced KorapDocument.
54 - Introduced KorapHTML utility.
55
560.07 2013-10-14
57 - Added position to offset matching.
58
590.06 2013-10-01
60 - Added SpanElementQuery for working WithinQeries.
61 - Added KorapResult and KorapMatching.
62
630.05 2013-09-18
64 - Fixed bug in indexing (MultiTermTokenStream).
65 - Fixed SpanNext.
66 - Added KorapIndex.
67 - First draft for KorapFilter.
68
690.04 2013-09-01
70 - Introduced optimized SpanNext class (not working atm),
71 as SpanNear does not always work with nested synonyms.
72
730.03 2013-08-28
74 - Added within query (not working atm).
75 - Pushed query part to public repo.
76
770.02 2013-08-26
78 - Added sequences.
79
800.01 2013-08-20
81 - First version as maven build environment.