[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r71] by mukau

+ updated changelog

2013-04-23 12:37:06 Tree
[r70] by mukau

+ corrected #less_by_(left|right) lexer bug (was lexing #less_by(left|right), without last underscore)

2013-04-23 12:36:36 Tree
[r69] by mukau

+ added corpus-identifier log prefixes for ddc_daemon (unix only)

2013-04-23 09:33:46 Tree
[r68] by mukau

+ default config edits

2013-04-23 08:17:47 Tree
[r67] by mukau

+ updated json2kwic.perl to handle server response hashes

2013-04-23 08:06:42 Tree
[r66] by mukau

+ updated ddc_opt.pod: added docs for 'Bigrams'

2013-04-23 07:30:50 Tree
[r65] by mukau

+ updated ddc_opt.pod: added docs for 'Bigrams'

2013-04-23 07:30:28 Tree
[r64] by mukau

+ updated Changes

2013-04-22 14:39:44 Tree
[r63] by mukau

+ fixed segfault on errors involving #random (was missing entry in enum-to-string translation array HitSortNames[] from src/ConcordLib/QueryFilter.cpp

2013-04-22 14:39:16 Tree
[r62] by mukau

v2.0.9 Mon, 22 Apr 2013 16:09:23 +0200 moocow
+ fixed bug with extrema-specification in #greater_by_date[LO,HI]
+ problem is more general with descending sorts
- assumedly #greater_by_size, #greater_by_rank, and #greater_by[FIELD] are also affected
- descending sorts SHOULD just wrap ascending variants with a specialied comparison operator,
BUT that wreaks havoc with extrema-based filtering in CConcHolder::GetAllHits()
- underlying weakness seems to be confusion wrt what's being sorted (hits vs hit-indices vs ...),
over-use of literal < operator on CHit.m_OrderId (e.g. in my_lower_bound()), and general wonkiness
wrt sorting vs bounds-checking

2013-04-22 14:16:38 Tree
Older >