blob: 0fde379685a3e932ac3a36d84a45b724382758bb [file] [log] [blame]
Nils Diewald345bdc02014-01-21 21:48:57 +000010.26.1 2014-01-21
2 - Distinct Match retrieval including spans
3 and dependency relations (diewald)
4
Nils Diewaldcde69082014-01-16 15:46:48 +000050.26 2014-01-16
6 - Introduced standalone SpanSegmentQueries (margaretha)
7 - [bugfix] SpanNextQueries (margaretha)
8 - Support for Match Identifiers (diewald)
9 - Support for distinct Match retrieval (diewald)
10
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000110.25.3 2014-01-10
12 - Updated Lucene to 4.3.1.
Nils Diewald4fca3ff2013-12-29 22:59:13 +000013
140.25.2 2013-12-29
15 - Fixed highlight bug with empty reopened tags.
Nils Diewaldb1c3b652013-12-28 22:47:00 +000016
Nils Diewald4aadb0c2014-01-09 23:21:11 +0000170.25.1 2013-12-28
18 - Support for pubDate collections.
19 - Changed versioning scheme.
20
Nils Diewaldb0dd9552013-12-20 02:28:34 +0000210.25 2013-12-20
22 - Support for Wildcard Queries.
23 - Improved support for regular expressions.
24 - Introduced keyword fields that store no positions.
25
Nils Diewald9cc86fe2013-12-07 17:45:59 +0000260.24_1 2013-12-05
27 - This is a pseudo version for demo versions with dirty hacks,
28 meant to be rolled back!
29 - There is now an ignored broken test in TestKorapCollection!
30
Nils Diewald3ed1afa2013-12-05 22:40:38 +0000310.24 2013-12-05
32 - Json deserializer finished for virtual collections.
33
Nils Diewaldc6b78752013-12-05 19:05:12 +0000340.23 2013-12-05
35 - Error handling corrected in KorapResult.
36 - Json deserializer finished for queries.
37
Nils Diewaldc925b492013-12-03 23:56:10 +0000380.22 2013-12-04
39 - Introduced KorapSearch.
40 - Json deserializer (started).
41
Nils Diewald5def8bc2013-11-28 19:26:54 +0000420.21 2013-11-28
43 - Virtual collections can now be defined,
44 searched, nested and extended.
45
Nils Diewaldf399a672013-11-18 17:55:22 +0000460.20 2013-11-18
47 - Unboxing from sandbox.
48
490.11 2013-11-14
50 - JSON file importer (plain and gzip)
51 - [bugfix] Element Query
52 - [bugfix] Sequence Query
53
540.10 2013-11-11
55 - Added JSON input to indexer.
56
570.09 2013-11-07
58 - Reconstruction of all wrapper queries using an interface.
59 - Finished KorapQuery (preliminary feature freeze).
60
610.08 2013-10-18
62 - Changed methods to attributes in KorapMatch.
63 - Changed SimpleJSON to Jackson.
64 - Fixed Highlighting.
65 - Some Refactoring of result classes.
66 - Introduced KorapDocument.
67 - Introduced KorapHTML utility.
68
690.07 2013-10-14
70 - Added position to offset matching.
71
720.06 2013-10-01
73 - Added SpanElementQuery for working WithinQeries.
74 - Added KorapResult and KorapMatching.
75
760.05 2013-09-18
77 - Fixed bug in indexing (MultiTermTokenStream).
78 - Fixed SpanNext.
79 - Added KorapIndex.
80 - First draft for KorapFilter.
81
820.04 2013-09-01
83 - Introduced optimized SpanNext class (not working atm),
84 as SpanNear does not always work with nested synonyms.
85
860.03 2013-08-28
87 - Added within query (not working atm).
88 - Pushed query part to public repo.
89
900.02 2013-08-26
91 - Added sequences.
92
930.01 2013-08-20
94 - First version as maven build environment.