blob: 2666f1b432e94773b9affb8f0432b736ed55fd9b [file] [log] [blame]
Nils Diewaldcde69082014-01-16 15:46:48 +000010.26 2014-01-16
2 - Introduced standalone SpanSegmentQueries (margaretha)
3 - [bugfix] SpanNextQueries (margaretha)
4 - Support for Match Identifiers (diewald)
5 - Support for distinct Match retrieval (diewald)
6
Nils Diewald4aadb0c2014-01-09 23:21:11 +000070.25.3 2014-01-10
8 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +00009
100.25.2 2013-12-29
11 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000012
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000130.25.1 2013-12-28
14 - Support for pubDate collections.
15 - Changed versioning scheme.
16
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000170.25 2013-12-20
18 - Support for Wildcard Queries.
19 - Improved support for regular expressions.
20 - Introduced keyword fields that store no positions.
21
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000220.24_1 2013-12-05
23 - This is a pseudo version for demo versions with dirty hacks,
24 meant to be rolled back!
25 - There is now an ignored broken test in TestKorapCollection!
26
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000270.24 2013-12-05
28 - Json deserializer finished for virtual collections.
29
Nils Diewaldc6b78752013-12-05 19:05:12 +0000300.23 2013-12-05
31 - Error handling corrected in KorapResult.
32 - Json deserializer finished for queries.
33
Nils Diewaldc925b492013-12-03 23:56:10 +0000340.22 2013-12-04
35 - Introduced KorapSearch.
36 - Json deserializer (started).
37
Nils Diewald5def8bc2013-11-28 19:26:54 +0000380.21 2013-11-28
39 - Virtual collections can now be defined,
40 searched, nested and extended.
41
Nils Diewaldf399a672013-11-18 17:55:22 +0000420.20 2013-11-18
43 - Unboxing from sandbox.
44
450.11 2013-11-14
46 - JSON file importer (plain and gzip)
47 - [bugfix] Element Query
48 - [bugfix] Sequence Query
49
500.10 2013-11-11
51 - Added JSON input to indexer.
52
530.09 2013-11-07
54 - Reconstruction of all wrapper queries using an interface.
55 - Finished KorapQuery (preliminary feature freeze).
56
570.08 2013-10-18
58 - Changed methods to attributes in KorapMatch.
59 - Changed SimpleJSON to Jackson.
60 - Fixed Highlighting.
61 - Some Refactoring of result classes.
62 - Introduced KorapDocument.
63 - Introduced KorapHTML utility.
64
650.07 2013-10-14
66 - Added position to offset matching.
67
680.06 2013-10-01
69 - Added SpanElementQuery for working WithinQeries.
70 - Added KorapResult and KorapMatching.
71
720.05 2013-09-18
73 - Fixed bug in indexing (MultiTermTokenStream).
74 - Fixed SpanNext.
75 - Added KorapIndex.
76 - First draft for KorapFilter.
77
780.04 2013-09-01
79 - Introduced optimized SpanNext class (not working atm),
80 as SpanNear does not always work with nested synonyms.
81
820.03 2013-08-28
83 - Added within query (not working atm).
84 - Pushed query part to public repo.
85
860.02 2013-08-26
87 - Added sequences.
88
890.01 2013-08-20
90 - First version as maven build environment.