1. 26e5417 Support general inline markers (instead of just pagebreaks) (fixes #132) by Akron · 2 years ago
  2. 7695559 Separate max length for token and char context. by margaretha · 2 years ago
  3. 464ae45 Make match and context size configurable (address #128) by margaretha · 2 years ago
  4. 906470f Support emojis (in this case surrogate pairs) in snippets by Akron · 2 years, 5 months ago
  5. d776d11 Remove use of deprecated jackson operations by Akron · 2 years, 9 months ago
  6. e96f9fe Remove use of deprecated constructors by Akron · 2 years, 9 months ago
  7. ea44b34 Support token lists in match info (closes #88) by Akron · 3 years, 2 months ago
  8. 405413e Fix pagebreaks when doc lower than match doc number by margaretha · 3 years, 2 months ago
  9. 05a4bc1 Added restrictions to VC ID and handled non-existent VC by margaretha · 4 years, 3 months ago
  10. a4d543d Replaced array nodes of field values with a simple string. by margaretha · 4 years, 4 months ago
  11. 3827d53 Added a Krill API returning textSigles for a given corpus query by margaretha · 4 years, 4 months ago
  12. d475d99 Add token serialization as a snippet option (fixes #72) by Akron · 4 years, 6 months ago
  13. b82cf89 Support count=0 to retrieve totalResults only by Akron · 7 years ago
  14. baeaf0e Remove startMore, endMore and endCutted from JSON responses by Akron · 7 years ago
  15. fbc7616 Make retrieval of snippets optional in search queries (fixes #58) by Akron · 7 years ago
  16. 2b4d065 Introduce prefix cutting in with expandToContext to avoid missing matches in matchinfo view by Akron · 7 years ago
  17. be9638d Do not serialize duplicated keys for fields by Akron · 7 years ago
  18. 1a8bb76 Support fields parameter in getFields() and fields order in metadata responses (fixes #46) by Akron · 7 years ago
  19. c7a2abc Support for arbitrary metadata fields (fixes #47) by Akron · 7 years ago
  20. de4f085 Support multiple metadata fields with identical keys (ignoring types) by Akron · 7 years ago
  21. 4376e74 Compile document fields in a second phase for adding to an index by Akron · 7 years ago
  22. 50e5f61 Embed MetaFieldsObj in MetaFields by Akron · 7 years ago
  23. 2b921a6 Populate documents with metadata fields based on index types by Akron · 7 years ago
  24. 32b9519 Reduce hardwired metadata serialization with support for legacy metadata fields by Akron · 7 years ago
  25. 7410746 Remove hardwired metadata deserialization with support for legacy metadata fields by Akron · 7 years ago
  26. e64cc16 Remove variable dependency for metadata field names and store all by Akron · 7 years ago
  27. fafde02 Preliminary support of arbitrary meta data fields by Akron · 7 years ago
  28. 8bb3bc3 Introduce attachement mechanism by Akron · 7 years ago
  29. fe25280 Implemented auto-caching. by margaretha · 8 years ago
  30. 70ce0c0 Mark cutted snippets by Akron · 8 years ago
  31. 7e75097 Always mirror a given matchID by Akron · 8 years ago
  32. 0c8a5c5 Serialize dates in dash separation format by Akron · 8 years ago
  33. 04f0095 Improve keyword indexing to be retrievable as keywords by Akron · 8 years ago
  34. 9ebdfab Removed problematic serialization of empty tags by Akron · 8 years ago
  35. 12cd258 Fixed support for textual match expansion (ugly) by Akron · 8 years ago
  36. c27b811 Fix expansion of matches to respect character positions as well as token positions by Akron · 8 years ago
  37. 1ca674e Use type:store instead of retrievOnly by Akron · 8 years ago
  38. c74dee0 Added meta field retrieval method by Akron · 8 years ago
  39. d578930 Redesign relations in snippets to be xlink conformant by Akron · 8 years ago
  40. 1c126b4 Fix duplicate xml:id in relation serialization by introducing continuation elements (aka joins) by Akron · 8 years ago
  41. 99220ea Fix ids for relation anchors to include end positions by Akron · 8 years ago
  42. 430703a Corrected anchor positions in token-token-relations by Akron · 9 years ago
  43. 22d119d Fix character offset bug in snippet generation by Akron · 9 years ago
  44. dd31e8d Fixed snippet bug that resulted in range errors by Akron · 9 years ago
  45. 57d57aa Fix substring error in match creation by Akron · 9 years ago
  46. 2b64ea7 Added test on behaviour of duplicate documents by Akron · 9 years ago
  47. 652e436 Support serialization of different relation types (a bit hacky) by Akron · 9 years ago
  48. fae2c68 Support anchor spans for relations by Akron · 9 years ago
  49. a82cee2 Support highlighting of relations including spans by Akron · 9 years ago
  50. 4792969 Fixed token identifier serialization for new corpora by Akron · 9 years ago
  51. 30a03ae Changed StatusCodes. by margaretha · 9 years ago
  52. 78f397a Renamed StatusCode to StatusCodes. by margaretha · 9 years ago
  53. 04c4d9d Improved notification. by margaretha · 9 years ago
  54. a8f37ac Improved the notification. by margaretha · 9 years ago
  55. f2c3150 Added StatusCode enums and more checks in KrillCollection. by margaretha · 9 years ago
  56. d8f8861 Fixed pagebreak retrieval by Akron · 9 years ago
  57. d4b1933 Improved pagebreak retrieval by Akron · 9 years ago
  58. 35c2d0d Described snippet building algorithm and fixed repetition constructor by Akron · 9 years ago
  59. b98c266 Added highlights with pagebreak by Akron · 9 years ago
  60. 79d51d4 Added pagebreak handling by Akron · 9 years ago
  61. f815b59 Retrieve pagebreaks from the index by Akron · 9 years ago
  62. 417eaa9 Readded class ordering fix by Akron · 9 years ago
  63. c66265c Fixed sorting unordered element distance query results. by margaretha · 9 years ago
  64. 1dd062d Fix matches of empty elements by Akron · 10 years ago
  65. 8288ad0 Added test suite for empty elements in result set by Akron · 10 years ago
  66. 6f98920 Added check for minimum repetition and formatted codes. by Eliza Margaretha · 10 years ago
  67. 9ca3589 Fix parameter serialization in messages by Akron · 10 years ago
  68. 352dae8 Fixed error passing to responses by Akron · 10 years ago
  69. 08f4ceb Reformat by Akron · 10 years ago
  70. f05fde6 Fixed match marking by introducing match areas in snippets by Akron · 10 years ago
  71. cb1093a Added match highlight to sentence scoped matchinfos by Akron · 10 years ago
  72. fc2625e Fixed escaping in snippets (HTML and brackets) by Akron · 10 years ago
  73. 74748c6 Escape quotes in JSON strings and test unicode behaviour by Akron · 10 years ago
  74. d7d7b1f Added KrillStats class by Akron · 10 years ago
  75. 75ee2b8 Added getDoc() method to KrillIndex for field retrieval by Akron · 10 years ago
  76. 6759b04 Code autoformat by Akron · 10 years ago
  77. 63cd32f Fixed major lazy loading bug in WithinSpans by Akron · 10 years ago
  78. a7b936d Minor modifications to the - still broken - test by Akron · 10 years ago
  79. 13db615 Formatted sourcecode by Akron · 10 years ago
  80. 43cea66 Define 'base' as default sentence foundry by Akron · 10 years ago
  81. 8abefa1 Add support for identifiers with dashes (Schreibgebrauch project by Akron · 10 years ago
  82. 4299355 Format sourcecode by Akron · 10 years ago
  83. 499c94c Fixed sentence extension tests for payload IDs by Akron · 10 years ago payload-id
  84. 6d2c469 Fixed focus bug with element payloads by Akron · 10 years ago
  85. 6cc7b7b Some class payload fixes / not finished yet by Akron · 10 years ago
  86. 5f04403 Added pti to classes by Akron · 10 years ago
  87. 700c1eb Lucene 5.0 update by Akron · 11 years ago
  88. 91c6011 Add meta data return values for indexing to communicate with Kanalito by Akron · 11 years ago
  89. 09ae373 Cleanup for packaging by Akron · 11 years ago
  90. 98b7854 Minor performance improvements by Akron · 11 years ago
  91. 74992bc Minor refactorings for the server node by Akron · 11 years ago
  92. 4055017 Finally removed legacy collection classes by Akron · 11 years ago newKrillCollection
  93. 1f61957 Fixed context expansion bug for new corpora by Akron · 11 years ago
  94. 6590c32 Added '@all' fields feature by Akron · 11 years ago koralquery-api8
  95. b116644 Fix fields serialization by Akron · 11 years ago
  96. ed3c721 Cleanup by Akron · 11 years ago koralquery-api3
  97. 7d45e6b Fixed Jackson serialization bug for matches by Akron · 11 years ago
  98. 48937e9 Updates to collection queries by Akron · 11 years ago
  99. 640458c Format source code by Akron · 11 years ago
  100. 8f6f7a3 Fixed matchID by Akron · 11 years ago