blob: 77d7ffba2e4af31df0c5d01e420c31ce598cca5e [file] [log] [blame]
Nils Diewald4aadb0c2014-01-09 23:21:11 +000010.25.3 2014-01-10
2 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +00003
40.25.2 2013-12-29
5 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +00006
Nils Diewald4aadb0c2014-01-09 23:21:11 +000070.25.1 2013-12-28
8 - Support for pubDate collections.
9 - Changed versioning scheme.
10
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000110.25 2013-12-20
12 - Support for Wildcard Queries.
13 - Improved support for regular expressions.
14 - Introduced keyword fields that store no positions.
15
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000160.24_1 2013-12-05
17 - This is a pseudo version for demo versions with dirty hacks,
18 meant to be rolled back!
19 - There is now an ignored broken test in TestKorapCollection!
20
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000210.24 2013-12-05
22 - Json deserializer finished for virtual collections.
23
Nils Diewaldc6b78752013-12-05 19:05:12 +0000240.23 2013-12-05
25 - Error handling corrected in KorapResult.
26 - Json deserializer finished for queries.
27
Nils Diewaldc925b492013-12-03 23:56:10 +0000280.22 2013-12-04
29 - Introduced KorapSearch.
30 - Json deserializer (started).
31
Nils Diewald5def8bc2013-11-28 19:26:54 +0000320.21 2013-11-28
33 - Virtual collections can now be defined,
34 searched, nested and extended.
35
Nils Diewaldf399a672013-11-18 17:55:22 +0000360.20 2013-11-18
37 - Unboxing from sandbox.
38
390.11 2013-11-14
40 - JSON file importer (plain and gzip)
41 - [bugfix] Element Query
42 - [bugfix] Sequence Query
43
440.10 2013-11-11
45 - Added JSON input to indexer.
46
470.09 2013-11-07
48 - Reconstruction of all wrapper queries using an interface.
49 - Finished KorapQuery (preliminary feature freeze).
50
510.08 2013-10-18
52 - Changed methods to attributes in KorapMatch.
53 - Changed SimpleJSON to Jackson.
54 - Fixed Highlighting.
55 - Some Refactoring of result classes.
56 - Introduced KorapDocument.
57 - Introduced KorapHTML utility.
58
590.07 2013-10-14
60 - Added position to offset matching.
61
620.06 2013-10-01
63 - Added SpanElementQuery for working WithinQeries.
64 - Added KorapResult and KorapMatching.
65
660.05 2013-09-18
67 - Fixed bug in indexing (MultiTermTokenStream).
68 - Fixed SpanNext.
69 - Added KorapIndex.
70 - First draft for KorapFilter.
71
720.04 2013-09-01
73 - Introduced optimized SpanNext class (not working atm),
74 as SpanNear does not always work with nested synonyms.
75
760.03 2013-08-28
77 - Added within query (not working atm).
78 - Pushed query part to public repo.
79
800.02 2013-08-26
81 - Added sequences.
82
830.01 2013-08-20
84 - First version as maven build environment.