1. 26e5417 Support general inline markers (instead of just pagebreaks) (fixes #132) by Akron · 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. 793126f Make VC cache location customizable. by margaretha · 7 months ago
  8. fd79fb5 Added getDocBitsSupplier to VirtualCorpusFilter by margaretha · 8 months ago
  9. 2dcbd93 Support loading mmapable indices by path by Akron · 9 months ago
  10. 906470f Support emojis (in this case surrogate pairs) in snippets by Akron · 11 months ago
  11. d776d11 Remove use of deprecated jackson operations by Akron · 1 year, 3 months ago
  12. e96f9fe Remove use of deprecated constructors by Akron · 1 year, 3 months ago
  13. 44491f7 Fixed expansion query. by margaretha · 1 year, 1 month ago
  14. 4bc5c46 Fix casefolding for case-insensitive queries by Akron · 1 year, 4 months ago v0.61.3
  15. 7f08b35 Add totalResources to index search by Akron · 1 year, 5 months ago
  16. ea44b34 Support token lists in match info (closes #88) by Akron · 1 year, 8 months ago
  17. 405413e Fix pagebreaks when doc lower than match doc number by margaretha · 1 year, 8 months ago
  18. f420cb3 Fixed ensuring same documents of spans (solved #87) by margaretha · 1 year, 9 months ago
  19. b17cc08 Remove ehcache from dependencies by Akron · 2 years ago
  20. 05a4bc1 Added restrictions to VC ID and handled non-existent VC by margaretha · 2 years, 10 months ago
  21. e98dd8a Fixed ConcurrentModificationException occurred as storing and cleaning by margaretha · 2 years, 8 months ago
  22. 75006f0 Updated fingerprints to base64url (closed #83) by margaretha · 2 years, 9 months ago
  23. 68b5de2 Limit field retrieval to meta fields in getFieldVector() by Akron · 2 years, 10 months ago
  24. a4d543d Replaced array nodes of field values with a simple string. by margaretha · 2 years, 10 months ago
  25. 3827d53 Added a Krill API returning textSigles for a given corpus query by margaretha · 2 years, 10 months ago
  26. d9a46af Moved and updated cache-tests from TestKrillCollectionIndex to by margaretha · 2 years, 11 months ago
  27. 9e46d71 Serialize field value lists (fixes #81) by Akron · 3 years ago
  28. 9ca9ee8 Fixed missing VC to cleanup in VC Cache by margaretha · 3 years ago
  29. 7e31ca9 Added vc loading from classpath for testing. by margaretha · 3 years ago
  30. e1fd253 Added normalization for slash in Fingerprinter by margaretha · 3 years ago
  31. 2ac95e3 Added a delete method to VirtualCorpusCache. by margaretha · 3 years ago
  32. aac8ef5 Added error messages to unsupported queries in SpanAttributeQuery by margaretha · 3 years ago
  33. d475d99 Add token serialization as a snippet option (fixes #72) by Akron · 3 years ago
  34. f78fe16 Merge branch 'master' into cache by margaretha · 3 years ago
  35. 5a8abea Implemented a new cache with on disk storage and auto-update. by margaretha · 3 years, 1 month ago
  36. 8926646 Fix handling of milestone span attributes by Akron · 3 years, 1 month ago
  37. 035175b Clear matchlist if skip fails in NextSpans by Akron · 3 years, 1 month ago
  38. 919a601 Fix focus query (fixes #78) by Akron · 3 years, 1 month ago
  39. dffeee2 Deprecated 'isAround' as a frame and favor 'contains' by Akron · 3 years, 2 months ago
  40. e3a166c Fixed setting candidates in element distance spans. by margaretha · 3 years, 2 months ago
  41. afb4cb3 Fixed setting candidate span by margaretha · 3 years, 2 months ago
  42. e1befe0 Upgrade Jersey to 3.0.2 by Akron · 3 years, 4 months ago
  43. 932dd59 Upgrade commons-lang to commons-lang3 by Akron · 3 years, 4 months ago
  44. 2aeb3a3 Fixed negative class number bug in span reference query. by margaretha · 3 years, 5 months ago
  45. cef695a Added error code for missing query reference by Akron · 4 years, 1 month ago
  46. fa8b228 Change order of attribute payloads in attribute queries by Akron · 4 years, 5 months ago
  47. 13a716f Fix deserialization of spans with attributes by Akron · 4 years, 5 months ago
  48. d999162 Add fingerprint method to KrillIndex (closes #62) by Akron · 4 years, 6 months ago
  49. 361b861 Try to solve problems with early closed readers in long upsert transactions by Akron · 4 years, 8 months ago
  50. 46147ec Fixed bug in segments with negated components by Akron · 4 years, 10 months ago
  51. 163a04b Fix bug in classed group queries by Akron · 4 years, 10 months ago
  52. c0426bb Check regex for validity before querying by Akron · 5 years ago
  53. 63fd296 Support vector representation in KoralQuery terms by Akron · 5 years ago
  54. d3ff131 Fix offset retrieval in concurrent getMatchInfo requests by Akron · 5 years ago
  55. 02539e4 Removed deprecated numberOf() method from KrillIndex by Akron · 5 years ago
  56. 672f98c Fix offset retrieval in concurrent searches by Akron · 5 years ago
  57. 6b0be13 Fix behaviour of negative fields in virtual corpora by Akron · 5 years ago v0.58.7
  58. b82cf89 Support count=0 to retrieve totalResults only by Akron · 5 years ago
  59. a7a152c Fix wrong optimization of %+w1:1 by Akron · 5 years ago
  60. baeaf0e Remove startMore, endMore and endCutted from JSON responses by Akron · 5 years ago
  61. fbc7616 Make retrieval of snippets optional in search queries (fixes #58) by Akron · 5 years ago
  62. 2b4d065 Introduce prefix cutting in with expandToContext to avoid missing matches in matchinfo view by Akron · 6 years ago
  63. 81829f1 Improve reader/writer handling (fixes #55) by Akron · 6 years ago
  64. fd469f3 Updated cache loading (fixed #55) by margaretha · 6 years ago
  65. 89a358d Added isReaderOpen method. by margaretha · 6 years ago
  66. 75d0f38 Workaround for failing offsets due to surrogate mismatches - fixes #54 by Akron · 6 years ago
  67. bb5c26c Fixed #53 - element distance query bug. by margaretha · 6 years ago
  68. 007c546 Improve timeout checks by Akron · 6 years ago
  69. f0e3653 Upsert documents instead of adding per default in the indexing phase by Akron · 6 years ago
  70. 9d8d113 Fixed #50 multiple timeout warnings by margaretha · 6 years ago
  71. 685ec96 Added upsert and fixes #43 by Akron · 6 years ago
  72. 46b63fd Added LocalDate handling to KrillDate by Akron · 6 years ago
  73. d76d33a Catch null reference in case no vc cache is defined by Akron · 6 years ago
  74. be9638d Do not serialize duplicated keys for fields by Akron · 6 years ago
  75. 510ba0b Replace temporary key 'metaFields' with 'fields' for arbitrary metadata fields in input documents by Akron · 6 years ago
  76. 5e04a50 Cleanup: coherent string comparisons by Akron · 6 years ago
  77. 1a975d1 Fix tokens serialization bug by Akron · 6 years ago
  78. bb117b3 Fix compatibility with Kustvakt by reintroducing getAvailability() in AbstractDocument by Akron · 6 years ago
  79. 1a8bb76 Support fields parameter in getFields() and fields order in metadata responses (fixes #46) by Akron · 6 years ago
  80. c7a2abc Support for arbitrary metadata fields (fixes #47) by Akron · 6 years ago
  81. de4f085 Support multiple metadata fields with identical keys (ignoring types) by Akron · 6 years ago
  82. 4376e74 Compile document fields in a second phase for adding to an index by Akron · 6 years ago
  83. 50e5f61 Embed MetaFieldsObj in MetaFields by Akron · 6 years ago
  84. 2b921a6 Populate documents with metadata fields based on index types by Akron · 6 years ago
  85. 32b9519 Reduce hardwired metadata serialization with support for legacy metadata fields by Akron · 6 years ago
  86. 7410746 Remove hardwired metadata deserialization with support for legacy metadata fields by Akron · 6 years ago
  87. a6dabb7 Remove metafield redundancies by Akron · 6 years ago
  88. e64cc16 Remove variable dependency for metadata field names and store all by Akron · 6 years ago
  89. f96b503 Added debug flags to improve debugging performance. by margaretha · 6 years ago
  90. fafde02 Preliminary support of arbitrary meta data fields by Akron · 6 years ago
  91. 8bb3bc3 Introduce attachement mechanism by Akron · 6 years ago
  92. 567b6fe Removed deprecated within() method from QueryBuilder by Akron · 6 years ago v0.58.2
  93. a26184e Sort focus operations on demand by Akron · 6 years ago
  94. 8c67615 Improved FocusSpans sorting. by margaretha · 6 years ago
  95. 7d71e3b Deactivate some logging and fix a test depending on it by Akron · 6 years ago
  96. b7e8bfd Added opt() method to QueryBuilder by Akron · 6 years ago
  97. 21e4ca2 Fixed right expansion match order & expansion over start. by margaretha · 6 years ago
  98. 52a0d11 Fixed longer left expansion match order. by margaretha · 6 years ago
  99. f151c96 Fixed left expansion match order. by margaretha · 6 years ago
  100. 327f2b7 Fixed infinite skipTo and candidate list in NextSpans. by margaretha · 6 years ago