1. d6611cd Tests for regular expressions in expansions by Akron · 7 years ago
  2. e54600f First attempt to fix negative regex behaviour in sequences by Akron · 7 years ago
  3. f09fdd4 Implemented relation queries with regex. by margaretha · 7 years ago
  4. 82080c0 Fixed SpanWithinQuery deserialization, issue #21. by margaretha · 7 years ago
  5. 430703a Corrected anchor positions in token-token-relations by Akron · 7 years ago
  6. 22d119d Fix character offset bug in snippet generation by Akron · 7 years ago
  7. dd31e8d Fixed snippet bug that resulted in range errors by Akron · 7 years ago
  8. 57d57aa Fix substring error in match creation by Akron · 7 years ago
  9. 2b64ea7 Added test on behaviour of duplicate documents by Akron · 7 years ago
  10. 652e436 Support serialization of different relation types (a bit hacky) by Akron · 7 years ago
  11. fae2c68 Support anchor spans for relations by Akron · 7 years ago
  12. a82cee2 Support highlighting of relations including spans by Akron · 7 years ago
  13. 87df49a Extend bytebuffer for relation payloads by Akron · 7 years ago
  14. 4792969 Fixed token identifier serialization for new corpora by Akron · 7 years ago
  15. 2caa2f9 Fix null pointer in HTML escaping by Akron · 7 years ago
  16. 1fbad67 Fixed null field, and null doc in MultipleDistanceSpan. by margaretha · 7 years ago
  17. d273e1c Added some failing rewrite tests by Akron · 7 years ago
  18. 98faa1b Work around empty spanOr queries in class queries by Akron · 7 years ago
  19. e27efd6 Simplify rewrite in SpanClassQuery by Akron · 7 years ago
  20. 291baad Fixed nullpointer bug in rare circumstances with empty VCs (#33) by Akron · 7 years ago
  21. 953fd01 Added a MultipleDistanceQuery test with KrillCollection. by margaretha · 7 years ago
  22. b4ba430 Fixed test on wildcard expansion by Akron · 7 years ago
  23. 30a03ae Changed StatusCodes. by margaretha · 7 years ago
  24. 5e3436f Fix bug where a 'match all' VC is returned in case a bug in the input data is given by Akron · 7 years ago
  25. 78f397a Renamed StatusCode to StatusCodes. by margaretha · 7 years ago
  26. 04c4d9d Improved notification. by margaretha · 7 years ago
  27. a8f37ac Improved the notification. by margaretha · 7 years ago
  28. f2c3150 Added StatusCode enums and more checks in KrillCollection. by margaretha · 7 years ago
  29. 329e167 Fixed the cost calculation of ElementDistanceSpan. by margaretha · 7 years ago
  30. 394607a Adding availability to default fields in matchinfo by Akron · 7 years ago
  31. ac2fc48 Fixed matching in SegmentSpans for relation spans. by margaretha · 8 years ago
  32. 7d89c05 Handled empty koral:span for relation queries. by margaretha · 8 years ago
  33. 7e3a10f Fixed availability support by Akron · 8 years ago
  34. a9d4c42 Fixed invalid dates in input by Akron · 8 years ago
  35. 69b958c Test json serialization of pagebreak retrieval by Akron · 8 years ago
  36. d8f8861 Fixed pagebreak retrieval by Akron · 8 years ago
  37. d4b1933 Improved pagebreak retrieval by Akron · 8 years ago
  38. 35c2d0d Described snippet building algorithm and fixed repetition constructor by Akron · 8 years ago
  39. b98c266 Added highlights with pagebreak by Akron · 8 years ago
  40. 79d51d4 Added pagebreak handling by Akron · 8 years ago
  41. f815b59 Retrieve pagebreaks from the index by Akron · 8 years ago
  42. 69060ad Warn on use of operation:merge by Akron · 8 years ago
  43. 1533707 Reenabled previously enabled tests by Akron · 8 years ago
  44. 417eaa9 Readded class ordering fix by Akron · 8 years ago
  45. 49954bc Fixed issue #16 (added skipTo in ElementDistanceSpan) by margaretha · 8 years ago
  46. 3512087 Fixed unordered token distance spans (child spans). by margaretha · 8 years ago
  47. c66265c Fixed sorting unordered element distance query results. by margaretha · 8 years ago
  48. 0c92227 Merge pull request #24 from thomaskrause/feature/fix-java8 by Nils Diewald · 8 years ago
  49. 9591796 Added comments. by Eliza Margaretha · 8 years ago
  50. 6926a80 Begin checking the payload type from the first element in the splitted array, not the second and don't match the first empty string. by Thomas Krause · 8 years ago
  51. dc98dc1 Cleaned codes. by Eliza Margaretha · 8 years ago
  52. c0b7a46 Added testcases for indexing. by Eliza Margaretha · 8 years ago
  53. 1dd062d Fix matches of empty elements by Akron · 8 years ago
  54. 8288ad0 Added test suite for empty elements in result set by Akron · 8 years ago
  55. 79106dd Merge "Fixed the argument handler in the Indexer." by Akron · 8 years ago
  56. ff41663 Fixed the argument handler in the Indexer. by Eliza Margaretha · 8 years ago
  57. ff5e1ff Improve treatment of nregativity in SpanWithinQueries by Akron · 8 years ago
  58. 6f98920 Added check for minimum repetition and formatted codes. by Eliza Margaretha · 8 years ago
  59. 805e27f Added URL decoding for json file paths. by Eliza Margaretha · 8 years ago
  60. df3b0eb Merge empty tokens to larger extensions by Akron · 8 years ago
  61. 9c5b6c8 Optimize regex queries that are equivalent to any tokens by Akron · 8 years ago
  62. f9def5e Throw error for optionality in distances by Akron · 8 years ago
  63. 1ad9988 Added note regarding zero assertion by Akron · 8 years ago
  64. dfc9357 Fixed query bug for zero-boundary repetitions by Akron · 8 years ago
  65. 9ca3589 Fix parameter serialization in messages by Akron · 8 years ago
  66. 352dae8 Fixed error passing to responses by Akron · 8 years ago
  67. 08f4ceb Reformat by Akron · 8 years ago
  68. f05fde6 Fixed match marking by introducing match areas in snippets by Akron · 8 years ago
  69. cb1093a Added match highlight to sentence scoped matchinfos by Akron · 8 years ago
  70. fc2625e Fixed escaping in snippets (HTML and brackets) by Akron · 8 years ago
  71. 74748c6 Escape quotes in JSON strings and test unicode behaviour by Akron · 8 years ago
  72. d7d7b1f Added KrillStats class by Akron · 8 years ago
  73. 8798be8 Added document retrieval method to web api and fixed UID handling by Akron · 8 years ago
  74. 75ee2b8 Added getDoc() method to KrillIndex for field retrieval by Akron · 8 years ago
  75. d5ca00a Removed deprecated method getCount() in KrillCollection by Akron · 8 years ago
  76. 6097169 Removed deprecated search method in KrillIndex by Akron · 8 years ago
  77. 92de949 Removed deprecated methods from Krill class by Akron · 8 years ago
  78. 850b46e Refactor: Renamed fromJson() to fromKoral() by Akron · 8 years ago
  79. c12567c Fixed serialization of t-distance by Akron · 8 years ago
  80. 9c04ce2 Clear payload for correct highlighting by Akron · 9 years ago
  81. 3865e52 Added sorting to Subspans. by margaretha · 9 years ago
  82. decc67e Fixed check for element spans payload by Akron · 9 years ago
  83. f796b86 Failing test for sorted subspans by Akron · 9 years ago
  84. d228feb Fixed loading of krill.info by Akron · 9 years ago
  85. c3a5df8 Fixed startsWith bug by Akron · 9 years ago
  86. 2018e13 Create failing test for startswith-bug by Akron · 9 years ago
  87. 73d410c Merge "Code autoformat" by Akron · 9 years ago
  88. 6759b04 Code autoformat by Akron · 9 years ago
  89. 1f72b9f Merge "Missing properties are no longer fatal" by Akron · 9 years ago
  90. db0b037 Missing properties are no longer fatal by Akron · 9 years ago
  91. c44b228 Implemented dynamic window for sorting in FocusSpans. by margaretha · 9 years ago
  92. 4cfc89e Fixed missing spans in RepetitionSpans. by margaretha · 9 years ago
  93. 40f51ee Workaround for nullpointer exception in SpanOrQueries by Akron · 9 years ago
  94. f6b384b Merge branch 'master' of by margaretha · 9 years ago
  95. 32d2bee Added and updated relation tests. by margaretha · 9 years ago dependency
  96. 30c4606 Fixed tests regarding WithinSpans by Akron · 9 years ago
  97. 63cd32f Fixed major lazy loading bug in WithinSpans by Akron · 9 years ago
  98. 9f1a55b Fixed test data with <base/s=t> by Akron · 9 years ago
  99. a7b936d Minor modifications to the - still broken - test by Akron · 9 years ago
  100. 0f3607d Fixed serialization of optional expansions by Akron · 9 years ago