[go: up one dir, main page]

Menu

Commit [r1508]  Maximize  Restore  History

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

mukau 2020-07-09

changed /ddc/trunk/Changes
changed /ddc/trunk/configure.ac
changed /ddc/trunk/doc/ddc_cfg.5
changed /ddc/trunk/doc/ddc_files.5
changed /ddc/trunk/doc/ddc_opt.5
changed /ddc/trunk/doc/ddc_proto.5
changed /ddc/trunk/doc/ddc_query.5
changed /ddc/trunk/doc/ddc_server.opt.5
changed /ddc/trunk/doc/ddc_tabs.5
changed /ddc/trunk/src/ConcordLib/ConcIndexator.cpp
changed /ddc/trunk/src/ConcordLib/ConcIndexator.h
changed /ddc/trunk/src/ConcordLib/ConcIndexatorInvoker.cpp
changed /ddc/trunk/src/ConcordLib/IndexSetForLoadingStage.cpp
changed /ddc/trunk/src/ConcordLib/IndexSetForLoadingStage.h