- 24a8da6 Add support for "corpus" in deserialization. by margaretha · 3 months ago
 - 2db7173 Allow also json/json.gz tar(.gz)s as Krill-Indexer input files by Marc Kupietz · 4 months ago
 - 4372ca5 Allow also json/json.gz zips as Krill-Indexer input files by Marc Kupietz · 4 months ago
 - efbb754 Keep rewrites in Meta (fixes #188) by Akron · 5 months ago
 - e8e9c10 Make defaultSearchContextLength and maxCharContextSize customizable. by margaretha · 12 months ago
 - 10ecded Fixed empty DocIdSetIterator by margaretha · 1 year, 3 months ago
 - d34403f Add fields array to matches in search by Akron · 1 year, 4 months ago
 - 379fed0 Improve fields test for missing meta fields by Akron · 1 year, 4 months ago
 - ba307f2 Make match expansion configurable (#150) by margaretha · 1 year, 5 months ago
 - 26e5417 Support general inline markers (instead of just pagebreaks) (fixes #132) by Akron · 1 year, 5 months ago
 - 4f643b0 Fixed maxTokenMatchSize usage in tests. by margaretha · 1 year, 5 months ago
 - e2cc49f Remove maxTokenMatchSize variable from KrillIndex and getMatchInfo. by margaretha · 1 year, 6 months ago v0.62.4
 - 7695559 Separate max length for token and char context. by margaretha · 1 year, 6 months ago
 - 464ae45 Make match and context size configurable (address #128) by margaretha · 1 year, 6 months ago
 - 1f5e151 Restrict term length to never exceed Lucene's fixed term length by Akron · 1 year, 7 months ago v0.62.3
 - 846e896 Improve handling of C2 #in frames serialization by Akron · 1 year, 7 months ago
 - 906470f Support emojis (in this case surrogate pairs) in snippets by Akron · 1 year, 11 months ago
 - 05a4bc1 Added restrictions to VC ID and handled non-existent VC by margaretha · 3 years, 9 months ago
 - d9a46af Moved and updated cache-tests from TestKrillCollectionIndex to by margaretha · 3 years, 10 months ago
 - 7e31ca9 Added vc loading from classpath for testing. by margaretha · 3 years, 11 months ago
 - aac8ef5 Added error messages to unsupported queries in SpanAttributeQuery by margaretha · 4 years ago
 - 5a8abea Implemented a new cache with on disk storage and auto-update. by margaretha · 4 years ago
 - dffeee2 Deprecated 'isAround' as a frame and favor 'contains' by Akron · 4 years, 1 month ago
 - 34261a0 Merge "Test 'no snippets' deserialization" by Akron · 4 years, 4 months ago
 - 9de655e Test 'no snippets' deserialization by Akron · 4 years, 4 months ago
 - 2aeb3a3 Fixed negative class number bug in span reference query. by margaretha · 4 years, 4 months ago
 - b8676eb Add test for longer sequence with distances by Akron · 4 years, 8 months ago
 - 2a30bd4 Added test statistics with referTo and pubDate. by margaretha · 4 years, 9 months ago
 - 93f9607 Test for correct behaviour of unresolved query references by Akron · 5 years ago
 - fa8b228 Change order of attribute payloads in attribute queries by Akron · 5 years ago
 - 13a716f Fix deserialization of spans with attributes by Akron · 5 years ago
 - 46147ec Fixed bug in segments with negated components by Akron · 6 years ago
 - 163a04b Fix bug in classed group queries by Akron · 6 years ago
 - 296fb4c Added test for deserialization of sentence exclusion by Akron · 6 years ago
 - 64079c9 Add test for sentence expansion failure by Akron · 6 years ago
 - c0426bb Check regex for validity before querying by Akron · 6 years ago
 - 63fd296 Support vector representation in KoralQuery terms by Akron · 6 years ago
 - 6b0be13 Fix behaviour of negative fields in virtual corpora by Akron · 6 years ago v0.58.7
 - 9614d97 Added a CQL AND query test. by margaretha · 6 years ago
 - a7a152c Fix wrong optimization of %+w1:1 by Akron · 6 years ago
 - 2b4d065 Introduce prefix cutting in with expandToContext to avoid missing matches in matchinfo view by Akron · 6 years ago
 - 75d0f38 Workaround for failing offsets due to surrogate mismatches - fixes #54 by Akron · 7 years ago
 - d76d33a Catch null reference in case no vc cache is defined by Akron · 7 years ago
 - be9638d Do not serialize duplicated keys for fields by Akron · 7 years ago
 - 2423bba Test collections with large vectors by Akron · 7 years ago
 - 65d57e9 Test nested named VCs by Akron · 7 years ago
 - 1f53126 Add tests for value vectors by Akron · 7 years ago
 - b59f40e Put caching in toFilter() phase and made external test suite internal by Akron · 7 years ago
 - 4dfe3c5 Implemented custom namedVC path. by margaretha · 7 years ago
 - a88854f Fixed caching VC with negation query. by margaretha · 7 years ago
 - ecddb0b Added test regarding missing matches when searching with availability by margaretha · 7 years ago
 - df0e9d1 Implemented serializable doc bits vector for caching on disk. by margaretha · 7 years ago
 - fe25280 Implemented auto-caching. by margaretha · 7 years ago
 - 85ee2ac Implemented VC caching & deserialization with string[] and cache option. by margaretha · 7 years ago
 - 8efa375 Implemented referencing cached collection. by margaretha · 7 years ago
 - 70ce0c0 Mark cutted snippets by Akron · 7 years ago
 - c27b811 Fix expansion of matches to respect character positions as well as token positions by Akron · 8 years ago
 - 99220ea Fix ids for relation anchors to include end positions by Akron · 8 years ago
 - e54600f First attempt to fix negative regex behaviour in sequences by Akron · 8 years ago
 - f09fdd4 Implemented relation queries with regex. by margaretha · 8 years ago
 - 82080c0 Fixed SpanWithinQuery deserialization, issue #21. by margaretha · 8 years ago
 - 4577305 Merge "Failing test for offset bug in snippets" by Akron · 8 years ago
 - 64ae900 Failing test for offset bug in snippets by Akron · 8 years ago
 - 3b2c351 Added a test regarding relation query with lemma. by margaretha · 8 years ago
 - 430703a Corrected anchor positions in token-token-relations by Akron · 8 years ago
 - 3d81110 Added wildcard tests with + and ?. by margaretha · 8 years ago
 - 2a3e317 Merge branch 'master' of ssh://margaretha@korap.ids-mannheim.de:29418/KorAP/Krill by margaretha · 8 years ago
 - 59b905f Added tests with collections.  by margaretha · 8 years ago
 - d3e077f Added test for wildcards without foundry information by Akron · 8 years ago
 - 953fd01 Added a MultipleDistanceQuery test with KrillCollection. by margaretha · 8 years ago
 - 9880aec Added tests using sample index (marked as ignore). by margaretha · 8 years ago
 - 79fa75b Added wildcard bug test for Cosmas2 by Akron · 8 years ago
 - 3fd7ffe Added test for deserialization of negative-optional-classed query in sequence by Akron · 8 years ago
 - ac2fc48 Fixed matching in SegmentSpans for relation spans. by margaretha · 8 years ago
 - 7d89c05 Handled empty koral:span for relation queries. by margaretha · 8 years ago
 - 7e3a10f Fixed availability support by Akron · 9 years ago
 - 2ea48e6 Added new DeReKo conversion release test by Akron · 9 years ago
 - 79d51d4 Added pagebreak handling by Akron · 9 years ago
 - 69060ad Warn on use of operation:merge by Akron · 9 years ago
 - c0b7a46 Added testcases for indexing. by Eliza Margaretha · 9 years ago
 - fe45b76 Fix test with negative element in positional queries by Akron · 9 years ago
 - 9c5b6c8 Optimize regex queries that are equivalent to any tokens by Akron · 9 years ago
 - 07b727b Added failing test for distances including a sequence with optionality by Akron · 9 years ago
 - dfc9357 Fixed query bug for zero-boundary repetitions by Akron · 9 years ago
 - f785dae Added test suit for distances bug occurring in the Schreibgebrauch instance by Akron · 9 years ago
 - c12567c Fixed serialization of t-distance by Akron · 9 years ago
 - 4328dee Added bug in SpanWithinQuery by Akron · 10 years ago
 - f6b384b Merge branch 'master' of by margaretha · 10 years ago
 - 32d2bee Added and updated relation tests. by margaretha · 10 years ago dependency
 - 9f1a55b Fixed test data with <base/s=t> by Akron · 10 years ago
 - a7b936d Minor modifications to the - still broken - test by Akron · 10 years ago
 - 747986e match creation with spanExpansion fails by Akron · 10 years ago
 - 5314390 Added relation deserialization tests. by margaretha · 10 years ago
 - 29521f9 Updated relation key to relType. by margaretha · 10 years ago
 - 4e2bc0e Fix Koral serialization support for different distance types (2) by Akron · 10 years ago
 - bc5963d Added some tests to make sure a workaround is not in charge anymore (2) by Akron · 10 years ago
 - d426025 Added some tests to make sure a workaround is not in charge anymore by Akron · 10 years ago
 - 4d5fe19 Fix distance constraint serialization bug by Akron · 10 years ago
 - 43cea66 Define 'base' as default sentence foundry by Akron · 10 years ago
 - d2ddac9 Fixed use of s-layer for structs by Akron · 10 years ago