1. 687e4d4 removed limit on distances/boundaries -> to be limited by backend by Joachim Bingel · 10 years ago
  2. 03dfd95 boundary in cosmas distance by Joachim Bingel · 10 years ago
  3. 55020e8 boundaries in distances/repetitions by Joachim Bingel · 10 years ago
  4. 37a803f - Cosmas distributed operands: ensuring operands list identity instead of using distributedOperands list by Joachim Bingel · 10 years ago
  5. 85d4b5d error handling for missing query string by Michael Hanl · 10 years ago
  6. 5a146cd boundary in distances, min and max deprecated by Joachim Bingel · 10 years ago
  7. 6163156 re-enabled min and max in repetitions, adding deprecation warnings. by Joachim Bingel · 10 years ago
  8. a0ef08f repetitions: boundary objects instead of min, max by Joachim Bingel · 10 years ago
  9. 624854b extended date support (month+day) for collection queries by Joachim Bingel · 10 years ago
  10. a3f51f7 collection queries: regex, groups by Joachim Bingel · 10 years ago
  11. 3a41a44 poliarp span attributes by Joachim Bingel · 10 years ago
  12. 14239d8 leading and trailing empty segments bugfix: distances, sequences by Joachim Bingel · 10 years ago
  13. e49b467 bugifx: lazy '?' in regex by Joachim Bingel · 10 years ago
  14. d1a3e71 bugifx: lazy '?' in regex by Joachim Bingel · 10 years ago
  15. bea1ec6 PQ offsets as boundary objects, some javadocs, some cleanup by Joachim Bingel · 10 years ago
  16. 097c1eb overlap position options implemented (needs code cleaning and probably moving position processing to own method) by Joachim Bingel · 10 years ago
  17. 86195a5 relation quantification expressed by boundaries instead of distances by Joachim Bingel · 10 years ago
  18. 1846c8c AQL support for commonparent and commonancestor operators by Joachim Bingel · 10 years ago
  19. 0de1b41 adopted changes submatch -> focus in cosmas by Joachim Bingel · 10 years ago
  20. b2aa1c7 bugfixes, test cases by Joachim Bingel · 10 years ago
  21. 0900a89 - MAJOR REFACTORING in Poliqarp: strongly changed grammar and serialiser, results in much better readable and maintainable (and shorter!) code by Joachim Bingel · 10 years ago
  22. 92f9c9c added test case for multiple ANDs by Joachim Bingel · 10 years ago
  23. 33bd45f simplifications by Joachim Bingel · 10 years ago
  24. f8dfcf8 korap:reference in Poliqarp+, focus() instead of shrink() by Joachim Bingel · 10 years ago
  25. aee38ae focus redefined as reference by Joachim Bingel · 10 years ago
  26. add0fb1 bugfix poliqarp flags by Joachim Bingel · 10 years ago
  27. 9c3ddb9 cleanup, restructuring of n_ary_linguistic_term, multiple predications (almost complete) by Joachim Bingel · 10 years ago
  28. fc42881 multiple operators in n_ary_linguistic_relation now correctly serialized with submatch (to become focus) by Joachim Bingel · 10 years ago
  29. 949e3a8 multiple operators, now in correct nesting, more than 3 allowed, mixed operators supported by Joachim Bingel · 10 years ago
  30. 63d066e userquery saving/update/retrieval fix; cascading operations for delete operations on protected resources; performance enhancements and error handling by Michael Hanl · 10 years ago
  31. ca4944e multiple operators, e.g. #1 . #2 . #3 or #1 > #2 > #3 by Joachim Bingel · 10 years ago
  32. 5146ebe pqplus bugfix for shrinks by Joachim Bingel · 10 years ago
  33. 76b498d disjunction operator precedence by Joachim Bingel · 10 years ago
  34. 7503879 direct declaration relations by Joachim Bingel · 11 years ago
  35. 3e0f006 EOF bugfix, new complex test cases by Joachim Bingel · 11 years ago
  36. 43607ed exprGroups by Joachim Bingel · 11 years ago
  37. baf1a5e layer mapping for query serializations! by Michael Hanl · 11 years ago
  38. f1fead4 meta query serialization and builders by Michael Hanl · 11 years ago
  39. df206ab collection query and meta serialization; by Michael Hanl · 11 years ago
  40. e820eb9 test class for expert filter by Joachim Bingel · 11 years ago
  41. 639df9c Annis QL: foundry and layer in edgeAnno by Joachim Bingel · 11 years ago
  42. a07b8e7 Annis pointing relations by Joachim Bingel · 11 years ago
  43. b674cca cosmas element attributes by Joachim Bingel · 11 years ago
  44. f267d4a update QueryExceptions in CQL by Eliza Margaretha · 11 years ago
  45. 402c6e1 resource mapping, cosmas2: element attributes by Joachim Bingel · 11 years ago
  46. 13421ef precedence in AQL by Joachim Bingel · 11 years ago
  47. c15720f fixed parsing of infinite quantifiers +/* for empty segments by Joachim Bingel · 11 years ago
  48. 0b70bb3 REST query function with json-ld body; by Michael Hanl · 11 years ago
  49. 8a77698 startindex replaces startPage in meta parameter by Michael Hanl · 11 years ago
  50. d4ae5fd changed foundry/layer specification for (pointing) relations. introduced "korap:edge" to represent edges and their properties by Joachim Bingel · 11 years ago
  51. eee549e AQL: dominance treeRelation by Joachim Bingel · 11 years ago
  52. 7ee0786 implemented heuristics for token/span distinction in qNames (layer in [pos, lemma, ...] ? token : span) by Joachim Bingel · 11 years ago
  53. 019ba5c started work on operators in AQL by Joachim Bingel · 11 years ago
  54. 6051482 replace stringBuilder with queryMap by Eliza Margaretha · 11 years ago
  55. ef7059b PQ quantification in position bugfix by Joachim Bingel · 11 years ago
  56. b8a44a1 adapted empty token -> distances mapping (used to count one empty token too little) by Joachim Bingel · 11 years ago
  57. 58e3739 - bump up to most recent REST version (0.7). by Michael Hanl · 11 years ago
  58. 2980bda bugfix (quantification in position) by Joachim Bingel · 11 years ago
  59. 4679357 Add exception tests by Eliza Margaretha · 11 years ago
  60. 8d74c4a add quote to distance, update CQLTest by Eliza Margaretha · 11 years ago
  61. 2a30f42 cql serialization compilation fixes by Michael Hanl · 11 years ago
  62. 724be11 update query with version by Eliza Margaretha · 11 years ago
  63. 39db1ab CQL serialization by Eliza Margaretha · 11 years ago
  64. 1ee40e6 support for multiple equal type meta queries and test classes by Michael Hanl · 11 years ago
  65. fc1fb35 supporting foundry and layer specification in spans by Joachim Bingel · 11 years ago
  66. 942fa02 bug in exception handling by Michael Hanl · 11 years ago
  67. 8181263 added '@' for context, rewriting query X:sa as #BEG(X , sa), updated examples by Joachim Bingel · 11 years ago
  68. ac13a47 bugfix PQ values by Joachim Bingel · 11 years ago
  69. b7a5979 UND/NICHT as zero-text distances by Joachim Bingel · 11 years ago
  70. 36233b5 opbed and opnhit adjusted to specs by Joachim Bingel · 11 years ago
  71. cd7b725 cosmas bugfixes (eliminated distance groups, #BED only matches argument) by Joachim Bingel · 11 years ago
  72. 0207d5e MORPH operator, more examples by Joachim Bingel · 11 years ago
  73. bc537b6 regex, updated examples by Joachim Bingel · 11 years ago
  74. ee3b21d termgroup, prefixing, caseInsensitivity by Joachim Bingel · 11 years ago
  75. 41e112e cleanup by Joachim Bingel · 11 years ago
  76. 2daf986 switched to new notation, cosmas2 automatic build by Joachim Bingel · 11 years ago
  77. 11d5b15 updated to new notation by Joachim Bingel · 11 years ago
  78. 8c640e4 towards getting cosmas sources compiled by antlr plugin... by Joachim Bingel · 11 years ago
  79. 84e33df PQ alignment by Joachim Bingel · 11 years ago
  80. ba9a0ab adapted Cosmas and PQ to current JSON-LD specifications by Joachim Bingel · 11 years ago
  81. ffd65e3 PQ empty tokens as distance groups, Cosmas elem -> element by Joachim Bingel · 11 years ago
  82. e98d088 #BED() queries with several conditions by Joachim Bingel · 11 years ago
  83. 3f0850c cosmas #BED() operator: multiple arguments by Joachim Bingel · 11 years ago
  84. 87480d0 more Cosmas feautres: BEG, END, ALL, NHIT by Joachim Bingel · 11 years ago
  85. cc1dc24 cosmas #IN and #OV operators by Joachim Bingel · 11 years ago
  86. eecc765 more cosmas features implemented (elem, bed, in) by Joachim Bingel · 11 years ago
  87. 89cceac cosmas distance operator now contains 'constraint' field for all given distance constraints by Joachim Bingel · 11 years ago
  88. d5161a1 more cosmas features by Joachim Bingel · 11 years ago
  89. 3a9f793 opnot and opprox by Joachim Bingel · 11 years ago
  90. b5f7bf0 integrated Cosmas2 antlr sources into modules, jsonify Cosmas, wrote some initial tests by Joachim Bingel · 11 years ago
  91. a67e6a3 align operator plus simple queries by Joachim Bingel · 11 years ago
  92. 0388270 align operator as group (unfinished) by Joachim Bingel · 11 years ago
  93. 16da4e1 - QueryException for malformed/failing queries by Joachim Bingel · 11 years ago
  94. 7d486c2 Equal serialization test in Poliqarp Serializer by Nils Diewald · 11 years ago
  95. adefa62 bugfix: shrink(1:contains(...)) and nested position operators no longer require spaces after ':' and ',' by Joachim Bingel · 11 years ago
  96. 4fe1346 updates by Michael Hanl · 11 years ago
  97. 4fe41cc QueryUtils class to incorporate cypher query serialization; fixed pubdate string serialization issue; refactoring by Michael Hanl · 11 years ago
  98. 94a1ccd fixed quantified sequences embedded in sequences by Joachim Bingel · 11 years ago
  99. b4da702 modifications for supporting quantified sequences embedded in sequences by Joachim Bingel · 11 years ago
  100. cd9ed33 filled test class, support earlier bugs when using spaces, need to look at occurrence by Joachim Bingel · 11 years ago