1. 62db3a3 Fix assertEquals argument order in TestKeywordAnalyzer by Marc Kupietz · 8 months ago
  2. 74a7991 Fix assertEquals argument order in TestKrillIndex by Marc Kupietz · 8 months ago
  3. 14781ad Fix assertEquals argument order in TestMatchCollector by Marc Kupietz · 8 months ago
  4. c21dd04 Fix assertEquals argument order in TestMultipleDistanceIndex by Marc Kupietz · 8 months ago
  5. 58e7444 Fix assertEquals argument order in TestRepetitionIndex by Marc Kupietz · 8 months ago
  6. 841b00a Fix assertEquals argument order in TestUnorderedDistanceIndex by Marc Kupietz · 8 months ago
  7. dd45b5a Fix assertEquals argument order in TestWPDIndex by Marc Kupietz · 8 months ago
  8. aade26d Fix assertEquals argument order in TestIndexRevision by Marc Kupietz · 8 months ago
  9. 603733d Fix assertEquals argument order in TestSampleIndex by Marc Kupietz · 8 months ago
  10. e82e3ef Fix assertEquals argument order in TestIndex by Marc Kupietz · 8 months ago
  11. c568baf Fix assertEquals argument order in TestNextIndex by Marc Kupietz · 8 months ago
  12. 613f432 Fix assertEquals argument order in TestMatchIndex by Marc Kupietz · 8 months ago
  13. abc4512 Fix assertEquals argument order in TestClassFilterIndex by Marc Kupietz · 8 months ago
  14. b7ed723 Fix assertEquals argument order in TestMatchIdentifier by Marc Kupietz · 8 months ago
  15. 9b1007f Fix assertEquals argument order in TestPagebreakIndex by Marc Kupietz · 8 months ago
  16. c2ca4f1 Fix assertEquals argument order in TestSpanExpansionIndex by Marc Kupietz · 8 months ago
  17. bd4aa47 Don't return broken matches when requested unsigned by Akron · 1 year, 1 month ago v0.64.0
  18. 44057c4 Support signed match identifiers by Akron · 1 year, 3 months ago
  19. e8e9c10 Make defaultSearchContextLength and maxCharContextSize customizable. by margaretha · 1 year, 7 months ago
  20. c6b4542 Don't throw warnings on expansion failures (fixes #155) by Akron · 1 year, 10 months ago
  21. 37e2e8a Correctly calculate endpage by Akron · 1 year, 11 months ago v0.63.0
  22. c251749 Refactor snippet generation and fix inline markers in contexts by Akron · 2 years ago
  23. ba307f2 Make match expansion configurable (#150) by margaretha · 2 years ago
  24. 38d7cff Enhance match expansion (#144) and cut primary data accordingly (#143) by margaretha · 2 years ago
  25. 26e5417 Support general inline markers (instead of just pagebreaks) (fixes #132) by Akron · 2 years ago
  26. 4f643b0 Fixed maxTokenMatchSize usage in tests. by margaretha · 2 years ago
  27. e2cc49f Remove maxTokenMatchSize variable from KrillIndex and getMatchInfo. by margaretha · 2 years ago v0.62.4
  28. 7695559 Separate max length for token and char context. by margaretha · 2 years ago
  29. 464ae45 Make match and context size configurable (address #128) by margaretha · 2 years ago
  30. 2dcbd93 Support loading mmapable indices by path by Akron · 2 years, 3 months ago
  31. 44491f7 Fixed expansion query. by margaretha · 2 years, 7 months ago
  32. ea44b34 Support token lists in match info (closes #88) by Akron · 3 years, 2 months ago
  33. 405413e Fix pagebreaks when doc lower than match doc number by margaretha · 3 years, 2 months ago
  34. f420cb3 Fixed ensuring same documents of spans (solved #87) by margaretha · 3 years, 3 months ago
  35. 2c0f251 Improved fuzzing for annotated documents and documents with sentences by Akron · 3 years, 10 months ago
  36. 05a4bc1 Added restrictions to VC ID and handled non-existent VC by margaretha · 4 years, 3 months ago
  37. 75006f0 Updated fingerprints to base64url (closed #83) by margaretha · 4 years, 3 months ago
  38. 68b5de2 Limit field retrieval to meta fields in getFieldVector() by Akron · 4 years, 4 months ago
  39. 9e46d71 Serialize field value lists (fixes #81) by Akron · 4 years, 6 months ago
  40. d475d99 Add token serialization as a snippet option (fixes #72) by Akron · 4 years, 6 months ago
  41. 8926646 Fix handling of milestone span attributes by Akron · 4 years, 7 months ago
  42. 035175b Clear matchlist if skip fails in NextSpans by Akron · 4 years, 7 months ago
  43. 9526c2e Add failing fuzzy test for skipped results in focus sequences (test #78) by Akron · 4 years, 7 months ago
  44. 919a601 Fix focus query (fixes #78) by Akron · 4 years, 7 months ago
  45. bf599ca Try to find a failing test for skipped results in focus sequences (test #78) by Akron · 4 years, 7 months ago
  46. e370fd8 Test stability of leaf fingerprints by Akron · 4 years, 7 months ago
  47. 412727b Test index fingerprint with reload by Akron · 4 years, 7 months ago
  48. dffeee2 Deprecated 'isAround' as a frame and favor 'contains' by Akron · 4 years, 8 months ago
  49. e3a166c Fixed setting candidates in element distance spans. by margaretha · 4 years, 8 months ago
  50. 8677a82 Updated some test distance tests. by margaretha · 4 years, 8 months ago
  51. afb4cb3 Fixed setting candidate span by margaretha · 4 years, 8 months ago
  52. bd41274 Failing distance query with or-operands by Akron · 4 years, 8 months ago
  53. fa8b228 Change order of attribute payloads in attribute queries by Akron · 6 years ago
  54. d999162 Add fingerprint method to KrillIndex (closes #62) by Akron · 6 years ago
  55. 9afad92 Made token position semantics more explicit by Akron · 6 years ago
  56. 64079c9 Add test for sentence expansion failure by Akron · 6 years ago
  57. d3ff131 Fix offset retrieval in concurrent getMatchInfo requests by Akron · 7 years ago
  58. 672f98c Fix offset retrieval in concurrent searches by Akron · 7 years ago
  59. 672ac5d Added test on upserting documents in multiple segments by Akron · 7 years ago
  60. 9614d97 Added a CQL AND query test. by margaretha · 7 years ago
  61. baeaf0e Remove startMore, endMore and endCutted from JSON responses by Akron · 7 years ago
  62. fbc7616 Make retrieval of snippets optional in search queries (fixes #58) by Akron · 7 years ago
  63. 2b4d065 Introduce prefix cutting in with expandToContext to avoid missing matches in matchinfo view by Akron · 7 years ago
  64. 81829f1 Improve reader/writer handling (fixes #55) by Akron · 7 years ago
  65. 89a358d Added isReaderOpen method. by margaretha · 7 years ago
  66. bb5c26c Fixed #53 - element distance query bug. by margaretha · 7 years ago
  67. 007c546 Improve timeout checks by Akron · 7 years ago
  68. f0e3653 Upsert documents instead of adding per default in the indexing phase by Akron · 7 years ago
  69. 9d8d113 Fixed #50 multiple timeout warnings by margaretha · 7 years ago
  70. 685ec96 Added upsert and fixes #43 by Akron · 7 years ago
  71. 510ba0b Replace temporary key 'metaFields' with 'fields' for arbitrary metadata fields in input documents by Akron · 7 years ago
  72. 1a975d1 Fix tokens serialization bug by Akron · 7 years ago
  73. 1a8bb76 Support fields parameter in getFields() and fields order in metadata responses (fixes #46) by Akron · 7 years ago
  74. c7a2abc Support for arbitrary metadata fields (fixes #47) by Akron · 7 years ago
  75. de4f085 Support multiple metadata fields with identical keys (ignoring types) by Akron · 7 years ago
  76. 4376e74 Compile document fields in a second phase for adding to an index by Akron · 7 years ago
  77. 50e5f61 Embed MetaFieldsObj in MetaFields by Akron · 7 years ago
  78. 32b9519 Reduce hardwired metadata serialization with support for legacy metadata fields by Akron · 7 years ago
  79. 7410746 Remove hardwired metadata deserialization with support for legacy metadata fields by Akron · 7 years ago
  80. a6dabb7 Remove metafield redundancies by Akron · 7 years ago
  81. e64cc16 Remove variable dependency for metadata field names and store all by Akron · 7 years ago
  82. fafde02 Preliminary support of arbitrary meta data fields by Akron · 7 years ago
  83. 8bb3bc3 Introduce attachement mechanism by Akron · 7 years ago
  84. 567b6fe Removed deprecated within() method from QueryBuilder by Akron · 7 years ago v0.58.2
  85. a26184e Sort focus operations on demand by Akron · 7 years ago
  86. 8c67615 Improved FocusSpans sorting. by margaretha · 7 years ago
  87. 8201678 Fixed the focus sorting test. by margaretha · 7 years ago
  88. 13ca3e3 Merge "Failing test for focus sort" by margaretha · 7 years ago
  89. 1c2b1e1 Failing test for focus sort by Akron · 10 years ago
  90. 7a7319a Test right extension with text boundary and introducing text boundary to simpleFieldDoc construction by Akron · 7 years ago
  91. 21e4ca2 Fixed right expansion match order & expansion over start. by margaretha · 7 years ago
  92. 52a0d11 Fixed longer left expansion match order. by margaretha · 7 years ago
  93. ddbc8f5 Failing test for expansions with multiple starts at the same position by Akron · 7 years ago
  94. f151c96 Fixed left expansion match order. by margaretha · 7 years ago
  95. 4204734 Failing test for left expansion queries with wrong ordering by Akron · 7 years ago
  96. 327f2b7 Fixed infinite skipTo and candidate list in NextSpans. by margaretha · 7 years ago
  97. 7f4fd65 Fixed the candidate list in NextSpans. by margaretha · 8 years ago
  98. 1bbd1be Fixed skipTo in NextSpans. by margaretha · 8 years ago v0.58.1
  99. 27867e2 Added a new failing test for repetition spans (set to ignore) by Akron · 8 years ago
  100. 1f88f40 Fix bug in NextSpans that accepts entries in matchList in a different document by Akron · 8 years ago