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