Nils Diewald | c925b49 | 2013-12-03 23:56:10 +0000 | [diff] [blame^] | 1 | 0.22 2013-12-04 |
| 2 | - Introduced KorapSearch. |
| 3 | - Json deserializer (started). |
| 4 | |
Nils Diewald | 5def8bc | 2013-11-28 19:26:54 +0000 | [diff] [blame] | 5 | 0.21 2013-11-28 |
| 6 | - Virtual collections can now be defined, |
| 7 | searched, nested and extended. |
| 8 | |
Nils Diewald | f399a67 | 2013-11-18 17:55:22 +0000 | [diff] [blame] | 9 | 0.20 2013-11-18 |
| 10 | - Unboxing from sandbox. |
| 11 | |
| 12 | 0.11 2013-11-14 |
| 13 | - JSON file importer (plain and gzip) |
| 14 | - [bugfix] Element Query |
| 15 | - [bugfix] Sequence Query |
| 16 | |
| 17 | 0.10 2013-11-11 |
| 18 | - Added JSON input to indexer. |
| 19 | |
| 20 | 0.09 2013-11-07 |
| 21 | - Reconstruction of all wrapper queries using an interface. |
| 22 | - Finished KorapQuery (preliminary feature freeze). |
| 23 | |
| 24 | 0.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 | |
| 32 | 0.07 2013-10-14 |
| 33 | - Added position to offset matching. |
| 34 | |
| 35 | 0.06 2013-10-01 |
| 36 | - Added SpanElementQuery for working WithinQeries. |
| 37 | - Added KorapResult and KorapMatching. |
| 38 | |
| 39 | 0.05 2013-09-18 |
| 40 | - Fixed bug in indexing (MultiTermTokenStream). |
| 41 | - Fixed SpanNext. |
| 42 | - Added KorapIndex. |
| 43 | - First draft for KorapFilter. |
| 44 | |
| 45 | 0.04 2013-09-01 |
| 46 | - Introduced optimized SpanNext class (not working atm), |
| 47 | as SpanNear does not always work with nested synonyms. |
| 48 | |
| 49 | 0.03 2013-08-28 |
| 50 | - Added within query (not working atm). |
| 51 | - Pushed query part to public repo. |
| 52 | |
| 53 | 0.02 2013-08-26 |
| 54 | - Added sequences. |
| 55 | |
| 56 | 0.01 2013-08-20 |
| 57 | - First version as maven build environment. |