blob: 6b7e83278f0f076d23271546521b521a574845e1 [file] [log] [blame]
Nils Diewaldf399a672013-11-18 17:55:22 +000010.20 2013-11-18
2 - Unboxing from sandbox.
3
40.11 2013-11-14
5 - JSON file importer (plain and gzip)
6 - [bugfix] Element Query
7 - [bugfix] Sequence Query
8
90.10 2013-11-11
10 - Added JSON input to indexer.
11
120.09 2013-11-07
13 - Reconstruction of all wrapper queries using an interface.
14 - Finished KorapQuery (preliminary feature freeze).
15
160.08 2013-10-18
17 - Changed methods to attributes in KorapMatch.
18 - Changed SimpleJSON to Jackson.
19 - Fixed Highlighting.
20 - Some Refactoring of result classes.
21 - Introduced KorapDocument.
22 - Introduced KorapHTML utility.
23
240.07 2013-10-14
25 - Added position to offset matching.
26
270.06 2013-10-01
28 - Added SpanElementQuery for working WithinQeries.
29 - Added KorapResult and KorapMatching.
30
310.05 2013-09-18
32 - Fixed bug in indexing (MultiTermTokenStream).
33 - Fixed SpanNext.
34 - Added KorapIndex.
35 - First draft for KorapFilter.
36
370.04 2013-09-01
38 - Introduced optimized SpanNext class (not working atm),
39 as SpanNear does not always work with nested synonyms.
40
410.03 2013-08-28
42 - Added within query (not working atm).
43 - Pushed query part to public repo.
44
450.02 2013-08-26
46 - Added sequences.
47
480.01 2013-08-20
49 - First version as maven build environment.