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