1. 4f643b0 Fixed maxTokenMatchSize usage in tests. by margaretha · 6 months ago
  2. e2cc49f Remove maxTokenMatchSize variable from KrillIndex and getMatchInfo. by margaretha · 6 months ago v0.62.4
  3. 7695559 Separate max length for token and char context. by margaretha · 6 months ago
  4. 464ae45 Make match and context size configurable (address #128) by margaretha · 6 months ago
  5. 1f5e151 Restrict term length to never exceed Lucene's fixed term length by Akron · 8 months ago v0.62.3
  6. 846e896 Improve handling of C2 #in frames serialization by Akron · 8 months ago
  7. 906470f Support emojis (in this case surrogate pairs) in snippets by Akron · 11 months ago
  8. 05a4bc1 Added restrictions to VC ID and handled non-existent VC by margaretha · 2 years, 10 months ago
  9. d9a46af Moved and updated cache-tests from TestKrillCollectionIndex to by margaretha · 2 years, 11 months ago
  10. 7e31ca9 Added vc loading from classpath for testing. by margaretha · 3 years ago
  11. aac8ef5 Added error messages to unsupported queries in SpanAttributeQuery by margaretha · 3 years ago
  12. 5a8abea Implemented a new cache with on disk storage and auto-update. by margaretha · 3 years, 1 month ago
  13. dffeee2 Deprecated 'isAround' as a frame and favor 'contains' by Akron · 3 years, 2 months ago
  14. 34261a0 Merge "Test 'no snippets' deserialization" by Akron · 3 years, 4 months ago
  15. 9de655e Test 'no snippets' deserialization by Akron · 3 years, 5 months ago
  16. 2aeb3a3 Fixed negative class number bug in span reference query. by margaretha · 3 years, 5 months ago
  17. b8676eb Add test for longer sequence with distances by Akron · 3 years, 9 months ago
  18. 2a30bd4 Added test statistics with referTo and pubDate. by margaretha · 3 years, 10 months ago
  19. 93f9607 Test for correct behaviour of unresolved query references by Akron · 4 years, 1 month ago
  20. fa8b228 Change order of attribute payloads in attribute queries by Akron · 4 years, 5 months ago
  21. 13a716f Fix deserialization of spans with attributes by Akron · 4 years, 5 months ago
  22. 46147ec Fixed bug in segments with negated components by Akron · 4 years, 10 months ago
  23. 163a04b Fix bug in classed group queries by Akron · 4 years, 10 months ago
  24. 296fb4c Added test for deserialization of sentence exclusion by Akron · 4 years, 10 months ago
  25. 64079c9 Add test for sentence expansion failure by Akron · 5 years ago
  26. c0426bb Check regex for validity before querying by Akron · 5 years ago
  27. 63fd296 Support vector representation in KoralQuery terms by Akron · 5 years ago
  28. 6b0be13 Fix behaviour of negative fields in virtual corpora by Akron · 5 years ago v0.58.7
  29. 9614d97 Added a CQL AND query test. by margaretha · 5 years ago
  30. a7a152c Fix wrong optimization of %+w1:1 by Akron · 5 years ago
  31. 2b4d065 Introduce prefix cutting in with expandToContext to avoid missing matches in matchinfo view by Akron · 6 years ago
  32. 75d0f38 Workaround for failing offsets due to surrogate mismatches - fixes #54 by Akron · 6 years ago
  33. d76d33a Catch null reference in case no vc cache is defined by Akron · 6 years ago
  34. be9638d Do not serialize duplicated keys for fields by Akron · 6 years ago
  35. 2423bba Test collections with large vectors by Akron · 6 years ago
  36. 65d57e9 Test nested named VCs by Akron · 6 years ago
  37. 1f53126 Add tests for value vectors by Akron · 6 years ago
  38. b59f40e Put caching in toFilter() phase and made external test suite internal by Akron · 6 years ago
  39. 4dfe3c5 Implemented custom namedVC path. by margaretha · 6 years ago
  40. a88854f Fixed caching VC with negation query. by margaretha · 6 years ago
  41. ecddb0b Added test regarding missing matches when searching with availability by margaretha · 6 years ago
  42. df0e9d1 Implemented serializable doc bits vector for caching on disk. by margaretha · 6 years ago
  43. fe25280 Implemented auto-caching. by margaretha · 6 years ago
  44. 85ee2ac Implemented VC caching & deserialization with string[] and cache option. by margaretha · 6 years ago
  45. 8efa375 Implemented referencing cached collection. by margaretha · 6 years ago
  46. 70ce0c0 Mark cutted snippets by Akron · 7 years ago
  47. c27b811 Fix expansion of matches to respect character positions as well as token positions by Akron · 7 years ago
  48. 99220ea Fix ids for relation anchors to include end positions by Akron · 7 years ago
  49. e54600f First attempt to fix negative regex behaviour in sequences by Akron · 7 years ago
  50. f09fdd4 Implemented relation queries with regex. by margaretha · 7 years ago
  51. 82080c0 Fixed SpanWithinQuery deserialization, issue #21. by margaretha · 7 years ago
  52. 4577305 Merge "Failing test for offset bug in snippets" by Akron · 7 years ago
  53. 64ae900 Failing test for offset bug in snippets by Akron · 7 years ago
  54. 3b2c351 Added a test regarding relation query with lemma. by margaretha · 7 years ago
  55. 430703a Corrected anchor positions in token-token-relations by Akron · 7 years ago
  56. 3d81110 Added wildcard tests with + and ?. by margaretha · 7 years ago
  57. 2a3e317 Merge branch 'master' of ssh://margaretha@korap.ids-mannheim.de:29418/KorAP/Krill by margaretha · 7 years ago
  58. 59b905f Added tests with collections. by margaretha · 7 years ago
  59. d3e077f Added test for wildcards without foundry information by Akron · 7 years ago
  60. 953fd01 Added a MultipleDistanceQuery test with KrillCollection. by margaretha · 7 years ago
  61. 9880aec Added tests using sample index (marked as ignore). by margaretha · 7 years ago
  62. 79fa75b Added wildcard bug test for Cosmas2 by Akron · 7 years ago
  63. 3fd7ffe Added test for deserialization of negative-optional-classed query in sequence by Akron · 8 years ago
  64. ac2fc48 Fixed matching in SegmentSpans for relation spans. by margaretha · 8 years ago
  65. 7d89c05 Handled empty koral:span for relation queries. by margaretha · 8 years ago
  66. 7e3a10f Fixed availability support by Akron · 8 years ago
  67. 2ea48e6 Added new DeReKo conversion release test by Akron · 8 years ago
  68. 79d51d4 Added pagebreak handling by Akron · 8 years ago
  69. 69060ad Warn on use of operation:merge by Akron · 8 years ago
  70. c0b7a46 Added testcases for indexing. by Eliza Margaretha · 8 years ago
  71. fe45b76 Fix test with negative element in positional queries by Akron · 8 years ago
  72. 9c5b6c8 Optimize regex queries that are equivalent to any tokens by Akron · 8 years ago
  73. 07b727b Added failing test for distances including a sequence with optionality by Akron · 8 years ago
  74. dfc9357 Fixed query bug for zero-boundary repetitions by Akron · 8 years ago
  75. f785dae Added test suit for distances bug occurring in the Schreibgebrauch instance by Akron · 8 years ago
  76. c12567c Fixed serialization of t-distance by Akron · 8 years ago
  77. 4328dee Added bug in SpanWithinQuery by Akron · 9 years ago
  78. f6b384b Merge branch 'master' of by margaretha · 9 years ago
  79. 32d2bee Added and updated relation tests. by margaretha · 9 years ago dependency
  80. 9f1a55b Fixed test data with <base/s=t> by Akron · 9 years ago
  81. a7b936d Minor modifications to the - still broken - test by Akron · 9 years ago
  82. 747986e match creation with spanExpansion fails by Akron · 9 years ago
  83. 5314390 Added relation deserialization tests. by margaretha · 9 years ago
  84. 29521f9 Updated relation key to relType. by margaretha · 9 years ago
  85. 4e2bc0e Fix Koral serialization support for different distance types (2) by Akron · 9 years ago
  86. bc5963d Added some tests to make sure a workaround is not in charge anymore (2) by Akron · 9 years ago
  87. d426025 Added some tests to make sure a workaround is not in charge anymore by Akron · 9 years ago
  88. 4d5fe19 Fix distance constraint serialization bug by Akron · 9 years ago
  89. 43cea66 Define 'base' as default sentence foundry by Akron · 9 years ago
  90. d2ddac9 Fixed use of s-layer for structs by Akron · 9 years ago
  91. 8abefa1 Add support for identifiers with dashes (Schreibgebrauch project by Akron · 9 years ago
  92. 9345066 Introduced PTI to test suite index files by Akron · 9 years ago
  93. e4fdce4 Readded test for multiple distances in a disjunction query by Akron · 9 years ago
  94. a70018f Fixed krill.properties testing bug by Akron · 9 years ago
  95. 74992bc Minor refactorings for the server node by Akron · 9 years ago
  96. 60dfa7e Finalized test suite adoption from legacy collection by Akron · 9 years ago
  97. fd05f50 Adopted more legacy tests and removed search API from collections by Akron · 9 years ago
  98. 176c9b1 Started adapting tests to new Collection API by Akron · 9 years ago
  99. 484c3c1 Fixed case insensitivity in filters by Akron · 9 years ago
  100. 6590c32 Added '@all' fields feature by Akron · 9 years ago koralquery-api8