blob: 893561a5df15d551cd9a9d5442d8f6f37f02cf46 [file] [log] [blame]
Nils Diewaldc6b78752013-12-05 19:05:12 +000010.23 2013-12-05
2 - Error handling corrected in KorapResult.
3 - Json deserializer finished for queries.
4
Nils Diewaldc925b492013-12-03 23:56:10 +000050.22 2013-12-04
6 - Introduced KorapSearch.
7 - Json deserializer (started).
8
Nils Diewald5def8bc2013-11-28 19:26:54 +000090.21 2013-11-28
10 - Virtual collections can now be defined,
11 searched, nested and extended.
12
Nils Diewaldf399a672013-11-18 17:55:22 +0000130.20 2013-11-18
14 - Unboxing from sandbox.
15
160.11 2013-11-14
17 - JSON file importer (plain and gzip)
18 - [bugfix] Element Query
19 - [bugfix] Sequence Query
20
210.10 2013-11-11
22 - Added JSON input to indexer.
23
240.09 2013-11-07
25 - Reconstruction of all wrapper queries using an interface.
26 - Finished KorapQuery (preliminary feature freeze).
27
280.08 2013-10-18
29 - Changed methods to attributes in KorapMatch.
30 - Changed SimpleJSON to Jackson.
31 - Fixed Highlighting.
32 - Some Refactoring of result classes.
33 - Introduced KorapDocument.
34 - Introduced KorapHTML utility.
35
360.07 2013-10-14
37 - Added position to offset matching.
38
390.06 2013-10-01
40 - Added SpanElementQuery for working WithinQeries.
41 - Added KorapResult and KorapMatching.
42
430.05 2013-09-18
44 - Fixed bug in indexing (MultiTermTokenStream).
45 - Fixed SpanNext.
46 - Added KorapIndex.
47 - First draft for KorapFilter.
48
490.04 2013-09-01
50 - Introduced optimized SpanNext class (not working atm),
51 as SpanNear does not always work with nested synonyms.
52
530.03 2013-08-28
54 - Added within query (not working atm).
55 - Pushed query part to public repo.
56
570.02 2013-08-26
58 - Added sequences.
59
600.01 2013-08-20
61 - First version as maven build environment.