[go: up one dir, main page]

Menu

/ddc/trunk Commit Log


Commit Date  
[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
[r1508] by mukau

v2.2.5-pre1
* fixed weird fatal "ERROR: CheckOccurrences failed! occurrences are not sorted" error for pathologically long token lines
+ v2.1.25 built a consistent index and emitted warnings, but assigned partially indexed file data to *next* corpus file
+ v2.1.26-delwin and later throw this error at end of indexing ("return-bool" -> throw/catch)
* failed document indexing now initiates a rollback of in-memory index buffers via net methods CConcIndexator::RollbackIndexOneFile(), CIndexSetForLoadingStage::RollbackLoadIndex()
+ fixes "orphaned" token data as produced by v2.1.25
* exceptions from CConcIndexator::IndexOneTableTextArea(), CConcIndexator::IndexOneFile() should now be propagated to console and to *._error_log file

2020-07-09 13:55:35 Tree
[r1500] by mukau

* ddc v2.2.4 release cleanup

2020-06-30 07:35:12 Tree
Older >