blob: bc79ae5940047ca428d0b45c553272c76915df1f [file] [log] [blame]
Nils Diewald3ed1afa2013-12-05 22:40:38 +000010.24 2013-12-05
2 - Json deserializer finished for virtual collections.
3
Nils Diewaldc6b78752013-12-05 19:05:12 +000040.23 2013-12-05
5 - Error handling corrected in KorapResult.
6 - Json deserializer finished for queries.
7
Nils Diewaldc925b492013-12-03 23:56:10 +000080.22 2013-12-04
9 - Introduced KorapSearch.
10 - Json deserializer (started).
11
Nils Diewald5def8bc2013-11-28 19:26:54 +0000120.21 2013-11-28
13 - Virtual collections can now be defined,
14 searched, nested and extended.
15
Nils Diewaldf399a672013-11-18 17:55:22 +0000160.20 2013-11-18
17 - Unboxing from sandbox.
18
190.11 2013-11-14
20 - JSON file importer (plain and gzip)
21 - [bugfix] Element Query
22 - [bugfix] Sequence Query
23
240.10 2013-11-11
25 - Added JSON input to indexer.
26
270.09 2013-11-07
28 - Reconstruction of all wrapper queries using an interface.
29 - Finished KorapQuery (preliminary feature freeze).
30
310.08 2013-10-18
32 - Changed methods to attributes in KorapMatch.
33 - Changed SimpleJSON to Jackson.
34 - Fixed Highlighting.
35 - Some Refactoring of result classes.
36 - Introduced KorapDocument.
37 - Introduced KorapHTML utility.
38
390.07 2013-10-14
40 - Added position to offset matching.
41
420.06 2013-10-01
43 - Added SpanElementQuery for working WithinQeries.
44 - Added KorapResult and KorapMatching.
45
460.05 2013-09-18
47 - Fixed bug in indexing (MultiTermTokenStream).
48 - Fixed SpanNext.
49 - Added KorapIndex.
50 - First draft for KorapFilter.
51
520.04 2013-09-01
53 - Introduced optimized SpanNext class (not working atm),
54 as SpanNear does not always work with nested synonyms.
55
560.03 2013-08-28
57 - Added within query (not working atm).
58 - Pushed query part to public repo.
59
600.02 2013-08-26
61 - Added sequences.
62
630.01 2013-08-20
64 - First version as maven build environment.