1. 8fa73f6 Fixed #53 - element distance query bug. by margaretha · 7 years ago ref/for/master
  2. 007c546 Improve timeout checks by Akron · 7 years ago
  3. f0e3653 Upsert documents instead of adding per default in the indexing phase by Akron · 7 years ago
  4. 9d8d113 Fixed #50 multiple timeout warnings by margaretha · 7 years ago
  5. 685ec96 Added upsert and fixes #43 by Akron · 7 years ago
  6. 510ba0b Replace temporary key 'metaFields' with 'fields' for arbitrary metadata fields in input documents by Akron · 7 years ago
  7. 1a975d1 Fix tokens serialization bug by Akron · 7 years ago
  8. 1a8bb76 Support fields parameter in getFields() and fields order in metadata responses (fixes #46) by Akron · 7 years ago
  9. c7a2abc Support for arbitrary metadata fields (fixes #47) by Akron · 7 years ago
  10. de4f085 Support multiple metadata fields with identical keys (ignoring types) by Akron · 7 years ago
  11. 4376e74 Compile document fields in a second phase for adding to an index by Akron · 7 years ago
  12. 50e5f61 Embed MetaFieldsObj in MetaFields by Akron · 7 years ago
  13. 32b9519 Reduce hardwired metadata serialization with support for legacy metadata fields by Akron · 7 years ago
  14. 7410746 Remove hardwired metadata deserialization with support for legacy metadata fields by Akron · 7 years ago
  15. a6dabb7 Remove metafield redundancies by Akron · 7 years ago
  16. e64cc16 Remove variable dependency for metadata field names and store all by Akron · 7 years ago
  17. fafde02 Preliminary support of arbitrary meta data fields by Akron · 7 years ago
  18. 8bb3bc3 Introduce attachement mechanism by Akron · 7 years ago
  19. 567b6fe Removed deprecated within() method from QueryBuilder by Akron · 7 years ago v0.58.2
  20. a26184e Sort focus operations on demand by Akron · 7 years ago
  21. 8c67615 Improved FocusSpans sorting. by margaretha · 7 years ago
  22. 8201678 Fixed the focus sorting test. by margaretha · 7 years ago
  23. 13ca3e3 Merge "Failing test for focus sort" by margaretha · 7 years ago
  24. 1c2b1e1 Failing test for focus sort by Akron · 10 years ago
  25. 7a7319a Test right extension with text boundary and introducing text boundary to simpleFieldDoc construction by Akron · 7 years ago
  26. 21e4ca2 Fixed right expansion match order & expansion over start. by margaretha · 7 years ago
  27. 52a0d11 Fixed longer left expansion match order. by margaretha · 7 years ago
  28. ddbc8f5 Failing test for expansions with multiple starts at the same position by Akron · 7 years ago
  29. f151c96 Fixed left expansion match order. by margaretha · 7 years ago
  30. 4204734 Failing test for left expansion queries with wrong ordering by Akron · 7 years ago
  31. 327f2b7 Fixed infinite skipTo and candidate list in NextSpans. by margaretha · 7 years ago
  32. 7f4fd65 Fixed the candidate list in NextSpans. by margaretha · 7 years ago
  33. 1bbd1be Fixed skipTo in NextSpans. by margaretha · 8 years ago v0.58.1
  34. 27867e2 Added a new failing test for repetition spans (set to ignore) by Akron · 8 years ago
  35. 1f88f40 Fix bug in NextSpans that accepts entries in matchList in a different document by Akron · 8 years ago
  36. ad00699 Added failing test for repetition queries by Akron · 8 years ago
  37. 6cbe371 Fixed span expansion with negation. by margaretha · 8 years ago
  38. a59252d Failing test for an expansion with negation by Akron · 8 years ago
  39. d6f5f59 Refactored test suite to have a single query interpretation function in TestSimple by Akron · 8 years ago
  40. 67d2ff0 Refactored test suite to have a single query read function in TestSimple by Akron · 8 years ago
  41. 798e6a2 Load KQ files as UTF-8 by Akron · 8 years ago
  42. 70ce0c0 Mark cutted snippets by Akron · 8 years ago
  43. 7e75097 Always mirror a given matchID by Akron · 8 years ago
  44. e43c5e5 Fixed left expansion of SpanOR exclusion in case of no more span. by margaretha · 8 years ago
  45. 0c8a5c5 Serialize dates in dash separation format by Akron · 8 years ago
  46. 04f0095 Improve keyword indexing to be retrievable as keywords by Akron · 8 years ago
  47. 0a62317 Test KeywordAnalyzer by Akron · 8 years ago
  48. 9ebdfab Removed problematic serialization of empty tags by Akron · 8 years ago
  49. 12cd258 Fixed support for textual match expansion (ugly) by Akron · 8 years ago
  50. c27b811 Fix expansion of matches to respect character positions as well as token positions by Akron · 8 years ago
  51. 4f52a63 Improve java compatibility by renaming _ method to nr by Akron · 8 years ago
  52. 7cba5de Improve robustness of field array tests by Akron · 8 years ago
  53. 4497aba Ignore tokens in meta field collections by Akron · 8 years ago
  54. 1ca674e Use type:store instead of retrievOnly by Akron · 8 years ago
  55. c74dee0 Added meta field retrieval method by Akron · 8 years ago
  56. d578930 Redesign relations in snippets to be xlink conformant by Akron · 8 years ago
  57. 1c126b4 Fix duplicate xml:id in relation serialization by introducing continuation elements (aka joins) by Akron · 8 years ago
  58. 99220ea Fix ids for relation anchors to include end positions by Akron · 8 years ago
  59. 362c18b Added a failed test for relation missing ids. by margaretha · 8 years ago relation-missing-ids
  60. d6611cd Tests for regular expressions in expansions by Akron · 8 years ago
  61. e54600f First attempt to fix negative regex behaviour in sequences by Akron · 8 years ago
  62. f09fdd4 Implemented relation queries with regex. by margaretha · 8 years ago
  63. ae50128 Merge "Ignore failing test for snippet offset bug, as it is probably a data error" by Akron · 8 years ago
  64. 4577305 Merge "Failing test for offset bug in snippets" by Akron · 8 years ago
  65. 9e92882 Ignore failing test for snippet offset bug, as it is probably a data error by Akron · 8 years ago
  66. 64ae900 Failing test for offset bug in snippets by Akron · 8 years ago
  67. 3b2c351 Added a test regarding relation query with lemma. by margaretha · 9 years ago
  68. 430703a Corrected anchor positions in token-token-relations by Akron · 9 years ago
  69. 22d119d Fix character offset bug in snippet generation by Akron · 9 years ago
  70. dd31e8d Fixed snippet bug that resulted in range errors by Akron · 9 years ago
  71. 57d57aa Fix substring error in match creation by Akron · 9 years ago
  72. 2b64ea7 Added test on behaviour of duplicate documents by Akron · 9 years ago
  73. 652e436 Support serialization of different relation types (a bit hacky) by Akron · 9 years ago
  74. a82cee2 Support highlighting of relations including spans by Akron · 9 years ago
  75. 87df49a Extend bytebuffer for relation payloads by Akron · 9 years ago
  76. 4792969 Fixed token identifier serialization for new corpora by Akron · 9 years ago
  77. 6a2ddb3 Added null pointer test for html serialization of dependency annotations by Akron · 9 years ago
  78. c35e8a0 Restructured tests. by margaretha · 9 years ago wildcards
  79. 8e504ce Rewrote wildcard queries to correct regex queries by Akron · 9 years ago
  80. b1ac2bc Added tests with rewritten wildcard queries. by margaretha · 9 years ago
  81. 1fbad67 Fixed null field, and null doc in MultipleDistanceSpan. by margaretha · 9 years ago
  82. d273e1c Added some failing rewrite tests by Akron · 9 years ago
  83. 98faa1b Work around empty spanOr queries in class queries by Akron · 9 years ago
  84. 3d81110 Added wildcard tests with + and ?. by margaretha · 9 years ago
  85. 291baad Fixed nullpointer bug in rare circumstances with empty VCs (#33) by Akron · 9 years ago
  86. 0d6a981 Added sample index conventional directory by Akron · 9 years ago
  87. 2a3e317 Merge branch 'master' of ssh://margaretha@korap.ids-mannheim.de:29418/KorAP/Krill by margaretha · 9 years ago
  88. 59b905f Added tests with collections. by margaretha · 9 years ago
  89. d3e077f Added test for wildcards without foundry information by Akron · 9 years ago
  90. 953fd01 Added a MultipleDistanceQuery test with KrillCollection. by margaretha · 9 years ago
  91. 9880aec Added tests using sample index (marked as ignore). by margaretha · 9 years ago
  92. e68b9a1 Improved test suite by adding a test for wildcards in a multi distance span query by Akron · 9 years ago
  93. 5782e59 Added test for multiple distances with wildcard by Akron · 9 years ago
  94. b4ba430 Fixed test on wildcard expansion by Akron · 9 years ago
  95. f14f380 Added a MultipleDistanceQuery with Wildcard test. by margaretha · 9 years ago
  96. 34f73da Added additional wildcard query test by Akron · 9 years ago
  97. 329e167 Fixed the cost calculation of ElementDistanceSpan. by margaretha · 9 years ago
  98. 394607a Adding availability to default fields in matchinfo by Akron · 9 years ago
  99. a9d4c42 Fixed invalid dates in input by Akron · 9 years ago
  100. 69b958c Test json serialization of pagebreak retrieval by Akron · 9 years ago