Nils Diewald | b1c3b65 | 2013-12-28 22:47:00 +0000 | [diff] [blame^] | 1 | 0.25.1 2013-12-28 |
| 2 | - Support for pubDate collections. |
| 3 | |
Nils Diewald | b0dd955 | 2013-12-20 02:28:34 +0000 | [diff] [blame] | 4 | 0.25 2013-12-20 |
| 5 | - Support for Wildcard Queries. |
| 6 | - Improved support for regular expressions. |
| 7 | - Introduced keyword fields that store no positions. |
| 8 | |
Nils Diewald | 9cc86fe | 2013-12-07 17:45:59 +0000 | [diff] [blame] | 9 | 0.24_1 2013-12-05 |
| 10 | - This is a pseudo version for demo versions with dirty hacks, |
| 11 | meant to be rolled back! |
| 12 | - There is now an ignored broken test in TestKorapCollection! |
| 13 | |
Nils Diewald | 3ed1afa | 2013-12-05 22:40:38 +0000 | [diff] [blame] | 14 | 0.24 2013-12-05 |
| 15 | - Json deserializer finished for virtual collections. |
| 16 | |
Nils Diewald | c6b7875 | 2013-12-05 19:05:12 +0000 | [diff] [blame] | 17 | 0.23 2013-12-05 |
| 18 | - Error handling corrected in KorapResult. |
| 19 | - Json deserializer finished for queries. |
| 20 | |
Nils Diewald | c925b49 | 2013-12-03 23:56:10 +0000 | [diff] [blame] | 21 | 0.22 2013-12-04 |
| 22 | - Introduced KorapSearch. |
| 23 | - Json deserializer (started). |
| 24 | |
Nils Diewald | 5def8bc | 2013-11-28 19:26:54 +0000 | [diff] [blame] | 25 | 0.21 2013-11-28 |
| 26 | - Virtual collections can now be defined, |
| 27 | searched, nested and extended. |
| 28 | |
Nils Diewald | f399a67 | 2013-11-18 17:55:22 +0000 | [diff] [blame] | 29 | 0.20 2013-11-18 |
| 30 | - Unboxing from sandbox. |
| 31 | |
| 32 | 0.11 2013-11-14 |
| 33 | - JSON file importer (plain and gzip) |
| 34 | - [bugfix] Element Query |
| 35 | - [bugfix] Sequence Query |
| 36 | |
| 37 | 0.10 2013-11-11 |
| 38 | - Added JSON input to indexer. |
| 39 | |
| 40 | 0.09 2013-11-07 |
| 41 | - Reconstruction of all wrapper queries using an interface. |
| 42 | - Finished KorapQuery (preliminary feature freeze). |
| 43 | |
| 44 | 0.08 2013-10-18 |
| 45 | - Changed methods to attributes in KorapMatch. |
| 46 | - Changed SimpleJSON to Jackson. |
| 47 | - Fixed Highlighting. |
| 48 | - Some Refactoring of result classes. |
| 49 | - Introduced KorapDocument. |
| 50 | - Introduced KorapHTML utility. |
| 51 | |
| 52 | 0.07 2013-10-14 |
| 53 | - Added position to offset matching. |
| 54 | |
| 55 | 0.06 2013-10-01 |
| 56 | - Added SpanElementQuery for working WithinQeries. |
| 57 | - Added KorapResult and KorapMatching. |
| 58 | |
| 59 | 0.05 2013-09-18 |
| 60 | - Fixed bug in indexing (MultiTermTokenStream). |
| 61 | - Fixed SpanNext. |
| 62 | - Added KorapIndex. |
| 63 | - First draft for KorapFilter. |
| 64 | |
| 65 | 0.04 2013-09-01 |
| 66 | - Introduced optimized SpanNext class (not working atm), |
| 67 | as SpanNear does not always work with nested synonyms. |
| 68 | |
| 69 | 0.03 2013-08-28 |
| 70 | - Added within query (not working atm). |
| 71 | - Pushed query part to public repo. |
| 72 | |
| 73 | 0.02 2013-08-26 |
| 74 | - Added sequences. |
| 75 | |
| 76 | 0.01 2013-08-20 |
| 77 | - First version as maven build environment. |