[go: up one dir, main page]

Menu

/ddc/trunk Commit Log


Commit Date  
[r1100] by mukau

* improved error messages in CConcSession::GetTokensFromStorageByBreak(), CConcSession::GetFileSnippets()
- was: concord_daemon_log("Error! Cannot read hit no %i \n", BreakNo); return false;
- now: throw CExpc(errReadSourceFile, "CConcSession::... cannot read $%s storage data for break #%i")
* improved error reporting in CDDCBranchServer::GetHitContexts()
- truncated *._storage_Token file was giving unhelpful legacy "\x{01}cannot read a source file" message
- new code trims \001 separator and prepends subcorpus identifier
* removed error return clauses in CConcSession::GetHits(): now just re-throw exceptions (they should now be caught higher up)

2018-09-25 13:27:54 Tree
[r1098] by mukau

* added rml.ini key "Software\Dialing\Lemmatizer\German\ExtEncoding" = "UTF8"
- allow legacy latin-1 indices to be handled gracefully

2018-09-24 12:13:42 Tree
[r1097] by mukau

* removed old hard-codced 500MB limit on size of *._TOKATTR (string-buffer) in IndexSetForLoadingStage.cpp
- now use macro MAX_STRINGBUFFER_SIZE = (DWORD_MAX & (~AllFlags)) --> 2GB
- fixed limit check (the actual exception was previously only catching on 1st insertion after overflow)
* debugging for v1.x->v2.x index upgrade

2018-09-24 11:04:20 Tree
[r1096] by mukau

* added missing m_ServerStats.m_xTimes.Scrub() in *Server::handle__status(): EMA decay
* fixed typo in LeafServer::handle__status(): xtavg keys was actually reporting qtavg
* EMA tweaks in DDCTimeAvg
- redefined DDCTimeAvg::TimeT as DDCTimeHiRes: use high-resolution clock if available for EMA
- handle counter overflow in DDCTimeAvg::Append()
- use current timestamp TimeT::Now() for DDCTimeAvg::operator+=(): avoid out-of-order insertions

2018-08-31 10:41:28 Tree
[r1095] by mukau

+ corrected info message typo in ConcordUnion.cpp

2018-08-28 14:38:11 Tree
[r1094] by mukau

+ SIZE_MAX hack for gcc 4.7.2 (kaskade, debian wheezy)

2018-08-27 13:44:37 Tree
[r1093] by mukau

+ typo fix in doc/ddc_proto.pod

2018-08-24 13:05:43 Tree
[r1086] by mukau

* CDDCBranchServer::ReadPossibleHosts(): handle single-quoted subcorpus labels

2018-08-24 12:25:13 Tree
[r1085] by mukau

+ pod2x tweaks

2018-08-24 12:07:50 Tree
[r1083] by mukau

v2.1.16-rc2
* updated subcorpus-list parsing in CDDCBranchServer::ReadPossibleHosts()
- otherwise query-final line-comments #:foo were getting parsed as subcorpus-lists by branch server
- new heuristic hacks require corpus-lists to be whitespace-bounded and contain no whitespace themselves

2018-08-24 11:49:47 Tree
Older >