blob: 53182d2474d595436050891c67be3473eef7cf14 [file] [log] [blame]
Nils Diewald5def8bc2013-11-28 19:26:54 +000010.21 2013-11-28
2 - Virtual collections can now be defined,
3 searched, nested and extended.
4
Nils Diewaldf399a672013-11-18 17:55:22 +000050.20 2013-11-18
6 - Unboxing from sandbox.
7
80.11 2013-11-14
9 - JSON file importer (plain and gzip)
10 - [bugfix] Element Query
11 - [bugfix] Sequence Query
12
130.10 2013-11-11
14 - Added JSON input to indexer.
15
160.09 2013-11-07
17 - Reconstruction of all wrapper queries using an interface.
18 - Finished KorapQuery (preliminary feature freeze).
19
200.08 2013-10-18
21 - Changed methods to attributes in KorapMatch.
22 - Changed SimpleJSON to Jackson.
23 - Fixed Highlighting.
24 - Some Refactoring of result classes.
25 - Introduced KorapDocument.
26 - Introduced KorapHTML utility.
27
280.07 2013-10-14
29 - Added position to offset matching.
30
310.06 2013-10-01
32 - Added SpanElementQuery for working WithinQeries.
33 - Added KorapResult and KorapMatching.
34
350.05 2013-09-18
36 - Fixed bug in indexing (MultiTermTokenStream).
37 - Fixed SpanNext.
38 - Added KorapIndex.
39 - First draft for KorapFilter.
40
410.04 2013-09-01
42 - Introduced optimized SpanNext class (not working atm),
43 as SpanNear does not always work with nested synonyms.
44
450.03 2013-08-28
46 - Added within query (not working atm).
47 - Pushed query part to public repo.
48
490.02 2013-08-26
50 - Added sequences.
51
520.01 2013-08-20
53 - First version as maven build environment.