- 3c2ae28 Add comment for dictionary term retrieval respecting VCs by Akron · 2 years, 3 months ago master
- 9765c23 Added comment for sequence simplification by Akron · 2 years, 3 months ago
- abdd7b5 Fix position constraint by Akron · 2 years, 6 months ago
- 5530e67 Support minimum = 0 for intratextual search in corpus queries by Akron · 2 years, 6 months ago
- 85c8cff Fix minimum and maximum for complicated intratextual search in corpus queries by Akron · 2 years, 6 months ago
- f0036c4 Introduce maximum for intratextual search in corpus queries by Akron · 2 years, 6 months ago
- bcc1781 Introduce minimum for intratextual search in corpus queries by Akron · 2 years, 6 months ago
- 12b7c1c Minor comment on optimizing position queries by Akron · 2 years, 6 months ago
- 9914ab4 Fix collation tests by Akron · 2 years, 6 months ago
- 1ec0229 Short reminder for different position naming schemes by Akron · 2 years, 7 months ago
- 6b8d1ff Comment on exclusion by Akron · 3 years, 2 months ago
- ebd0e75 Some comments by Akron · 3 years, 7 months ago
- 8410a34 Add comment regarding Date patterns as supported in C2 by Akron · 4 years, 6 months ago
- 0a0c036 Add comment on how corpus classes can be used to mark modified documents in search results by Akron · 4 years, 7 months ago
- 014ec1b Enrich matches with specific match IDs by Akron · 4 years, 7 months ago
- 85ae5e8 Add comment regarding InQuery constraints by Akron · 5 years ago
- 059fddb Add joined group compilation idea by Akron · 5 years ago
- 179bc7c Fix anywhere and nowhere detection in corpus classes by Akron · 5 years ago
- 204190b Added comments by Akron · 6 years ago
- ecf833a Fix remove_classes in koral/corpus/class by Akron · 6 years ago
- 77b308d Added first approach to focus queries by Akron · 6 years ago
- c3db756 Improve normalization of focus and class by Akron · 6 years ago
- 26e5ce9 Implement remove_unused_classes by Akron · 6 years ago
- 1201a3b Improve cosmas exclusion example by Akron · 6 years ago
- 697b470 Added example for C2 exclusion operator by Akron · 6 years ago
- cbbab63 Add comments regarding FieldNames and Surroundings for enrichment by Akron · 6 years ago
- 2261823 Introduce attachements as data uris by Akron · 6 years ago
- ddc1355 Removed stored fields in favor of attachements by Akron · 6 years ago
- 8ad5eee Support repetition pattern for extension queries by Akron · 6 years ago
- 116ae25 Added class wrapping normalization ({1:a}|{1:b} -> {1:a|b}) by Akron · 6 years ago
- cee995b Added reference to correct focus handling by Akron · 6 years ago
- f46482b Introduce RepetitionPattern cardinality to improve max_freq calculation by Akron · 6 years ago
- e8ff2c1 Adopt repetition pattern for repetition query by Akron · 6 years ago
- 649f5a8 Added Repetition::next_doc by Akron · 6 years ago
- 0a890a8 Added repetition pattern mechanism for nested repetitions (and extensions and distances) by Akron · 6 years ago
- 280afd1 - Fixed repetition query by Akron · 6 years ago
- e8e4fdc Added serialization of extension queries by Akron · 6 years ago
- 4ed3237 Join dates with dateranges by Akron · 7 years ago
- c8afc3e Join date ranges in or-groups in normalize() by Akron · 7 years ago
- 7f83494 Finished range join tests to cover all 13 possible cases by Akron · 7 years ago
- 1559aed Add method to join dateranges by Akron · 7 years ago
- 9cdba7a Prepare daterange comparison in resolve_date_subsumption() by Akron · 7 years ago
- 5682677 Rename realize() to to_term_query() by Akron · 7 years ago
- 8d610e9 Renormalize after finalize() after term query generation for ranges by Akron · 7 years ago
- f491108 Move term query creation in dates to realize() by Akron · 7 years ago
- fb80a02 Fixed normalization order behaviour for boolean queries by Akron · 7 years ago
- db68973 Fix inclusivity for open date range queries and interpret eq queries on dates identical to intersections by Akron · 7 years ago
- a77ca27 Support open range date queries by Akron · 7 years ago
- ccb6fc3 Respect inclusivity and exclusivity in dateranges by Akron · 7 years ago
- 876bfd4 Get previous date from date query to get terms for 'littler than' relations by Akron · 7 years ago
- 409f886 Get next date from date query to get terms for 'greater than' relations by Akron · 7 years ago
- 1926cff Add minimum and maximum date boundaries by Akron · 7 years ago
- f66421c Improve test suite for date string normalization by Akron · 7 years ago
- 9b6402f Test date string normalization by Akron · 7 years ago
- 720de6b Normalize RangeStrings in or-groups by Akron · 7 years ago
- 63f5c57 Normalize relational dates to dateranges by Akron · 7 years ago
- dc216b9 Add normalization to date fields by Akron · 7 years ago
- 7385207 Normalize range-query to or-query by Akron · 7 years ago
- 708df05 Auto-order dateranges on indexing by Akron · 7 years ago
- f4b5ca9 Auto-order dateranges in range helper by Akron · 7 years ago
- 1477a3c Normalize daterange indices based on calendaric information by Akron · 7 years ago
- 481e3eb Normalize daterange queries based on calendaric information by Akron · 7 years ago
- 0de36ec Systematize and finalize daterange query test suite and fix normalization by Akron · 7 years ago
- 1f0617c Normalize daterange queries by Akron · 7 years ago
- 47767c7 Query dateranges with day-to-month-in-year granularity by Akron · 7 years ago
- 260aa15 Query dateranges with day-to-day-in-month granularity by Akron · 7 years ago
- 4323099 Query dateranges with day-to-day granularity by Akron · 7 years ago
- b44d120 Query dateranges with month-to-month granularity by Akron · 7 years ago
- c39742a Restructure index field classes by Akron · 7 years ago
- 391fd74 Adopted the daterange query system from indexing to querying by Akron · 7 years ago
- 3dc593b Added basic daterange query tests by Akron · 7 years ago
- 2ed9e31 Systematize and finalize daterange index test suite by Akron · 7 years ago
- 5d526da Normalize dateranges before retrieving index terms by Akron · 7 years ago
- c7820ff Index dateranges with day-to-day-in-year granularity by Akron · 7 years ago
- adc352a Index dateranges with day-to-day granularity by Akron · 7 years ago
- 4f38374 Index dateranges with day-to-month (in different year) granularity by Akron · 7 years ago
- b6e9238 Index dateranges with day-to-year granularity by Akron · 7 years ago
- d334855 Index dateranges with day-to-month granularity by Akron · 7 years ago
- 2f3a446 Index dateranges with day-in-month granularity by Akron · 7 years ago
- b3586d8 Introduced utility class Koral::Util::Date by Akron · 7 years ago
- a14d19f Added test library for daterange term generation by Akron · 7 years ago
- 81ce0f1 DateRanges in documents have to be given as strings, so multiple dateRanges are possible by Akron · 7 years ago
- 32a4f32 Added a stub class for concordance plot calculations by Akron · 7 years ago
- 84391e2 Simplified code by merging Date and DateRange for indexing in Koral::Document by Akron · 7 years ago
- bcd3696 Introduced DateRange field for documents (type:date with from and to) by Akron · 7 years ago
- 3f46b82 Index range terms on dates by Akron · 7 years ago
- b327588 Added spanning range query with intersecting terms by Akron · 7 years ago
- e3cefee Introduced term_part and term_all for range query creation by Akron · 7 years ago
- eeb2489 Fix term creation for granularity of date queries by Akron · 7 years ago
- cb0bac1 Change DateRange behaviour to term creation by Akron · 7 years ago
- bfa1cbd Fixed relational treatment to use < and > plus inclusivity by Akron · 7 years ago
- a511c24 Added preliminary drafts for range queries by Akron · 7 years ago
- 8469c07 Introduced integer fields for corpus querying by Akron · 7 years ago
- 320c67c Fixed value comparison in Field::Date by Akron · 7 years ago
- 99da869 Treat dates as special field values (similar to integer fields) by Akron · 7 years ago
- 581ad14 Introduced date example in docs and added to_placeholder_string method to query objects by Akron · 7 years ago
- 0aab21b Normalize terms in KQ for caching by Akron · 7 years ago
- c3ebcbb Normalize fields in KQ for caching by Akron · 7 years ago
- 7403592 Fix test for simple date search by Akron · 7 years ago
- 76caadc Fixed normalization involving classes by Akron · 7 years ago