blob: 1145a2529de27ad6d707ec7ee58d2563767374cf [file] [log] [blame]
Nils Diewaldc925b492013-12-03 23:56:10 +000010.22 2013-12-04
2 - Introduced KorapSearch.
3 - Json deserializer (started).
4
Nils Diewald5def8bc2013-11-28 19:26:54 +000050.21 2013-11-28
6 - Virtual collections can now be defined,
7 searched, nested and extended.
8
Nils Diewaldf399a672013-11-18 17:55:22 +000090.20 2013-11-18
10 - Unboxing from sandbox.
11
120.11 2013-11-14
13 - JSON file importer (plain and gzip)
14 - [bugfix] Element Query
15 - [bugfix] Sequence Query
16
170.10 2013-11-11
18 - Added JSON input to indexer.
19
200.09 2013-11-07
21 - Reconstruction of all wrapper queries using an interface.
22 - Finished KorapQuery (preliminary feature freeze).
23
240.08 2013-10-18
25 - Changed methods to attributes in KorapMatch.
26 - Changed SimpleJSON to Jackson.
27 - Fixed Highlighting.
28 - Some Refactoring of result classes.
29 - Introduced KorapDocument.
30 - Introduced KorapHTML utility.
31
320.07 2013-10-14
33 - Added position to offset matching.
34
350.06 2013-10-01
36 - Added SpanElementQuery for working WithinQeries.
37 - Added KorapResult and KorapMatching.
38
390.05 2013-09-18
40 - Fixed bug in indexing (MultiTermTokenStream).
41 - Fixed SpanNext.
42 - Added KorapIndex.
43 - First draft for KorapFilter.
44
450.04 2013-09-01
46 - Introduced optimized SpanNext class (not working atm),
47 as SpanNear does not always work with nested synonyms.
48
490.03 2013-08-28
50 - Added within query (not working atm).
51 - Pushed query part to public repo.
52
530.02 2013-08-26
54 - Added sequences.
55
560.01 2013-08-20
57 - First version as maven build environment.