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