[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r1513] by mukau

+ tagged ddc-2.2.5

2020-07-10 10:08:04 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
[r1507] by mukau

+ tagged DDC-Concordance-0.48

2020-06-30 07:47:58 Tree
[r1506] by mukau

+ cleanup for DDC::Concordance v0.48 release

2020-06-30 07:47:45 Tree
[r1505] by mukau

+ tagged DDC-XS-0.25

2020-06-30 07:44:20 Tree
[r1504] by mukau

+ cleanup for DDC::XS v0.25 release

2020-06-30 07:44:13 Tree
Older >