[go: up one dir, main page]

Menu

/ddc/trunk Commit Log


Commit Date  
[r1525] by mukau

+ v2.2.6 release

2020-09-03 09:49:23 Tree
[r1523] by mukau

+ set version = 2.2.6-rc1

2020-09-03 08:31:34 Tree
[r1522] by mukau

- removed hack suppressing initial empty sort-key fields in CDDCBranchServer::GetFirstHitsFromCorpora()
+ hack introduced in v2.1.4 (2017-07-07) as workaround for buggy v2.1.3 empty-field changes
+ appears no longer to be required after disabling COUNT_KEY_COMPAT (i.e. since v2.1.9, 2018-03-08)

2020-09-03 08:30:07 Tree
[r1521] by mukau

+ removed COUNT_KEY_COMPAT macro & related code entirely
- introduced in v2.0.38 (2015-05-20), disabled in v2.1.9 (2018-03-08)

2020-09-03 07:51:14 Tree
[r1515] by mukau

* IndexOneToken(): honor tryFixErrors param for extra columns too

2020-07-10 10:46:52 Tree
[r1514] by mukau

* IndexOneToken(): honor tryFixErrors param for extra columns too

2020-07-10 10:46:19 Tree
[r1512] by mukau

+ preparing for v2.2.5 release

2020-07-10 10:07:49 Tree
[r1511] by mukau

* added new method CStringIndexator::IndexTokenFixLongColumns() for fallback repair of "greedy" tokens at indexing time
+ implicitly called by CStringIndexator::IndexOneToken() for overlong lines if new bool param tryFixErrors is true
+ tryFixErrors param is populated from CConcIndexator::m_bResumeOnIndexErrors on IndexOneToken() calls
+ truncates only "greedy" columns (those using more than MaxLen/nCols bytes)
+ truncates each "greedy" column indepdently, proportionate to its "greediness"
(the number of bytes by which its length exceeds MaxLen/nCols)
+ emits console warnings about truncation of line and each truncated column when invoked

2020-07-10 10:02:35 Tree
[r1510] by mukau

replaced various byte-length constants '4096' with DDC_STATIC_BUFLEN

2020-07-10 07:25:04 Tree
[r1509] by mukau

* Changelog tweaks

2020-07-09 14:01:59 Tree
Older >