[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r484] by mukau

+ removed bogus leading globalCountKeyDelim and extraneous space after delimiters in count-keys
- hacked backwards-compatibility code in BranchServer.cpp
* a ddc-2.0.38 branch-server CAN use count-keys from a leaf-server <v2.0.38
* BUT a branch-server <v2.0.38 will NOT use count-keys from a branch-server >=v2.0.38 correctly (first character will be lost)

2015-05-18 08:31:45 Tree
[r483] by mukau

+ BranchServer compatibility fix for handling ddc <=2.0.37 style count-keys with bogus spaces

2015-05-18 08:16:02 Tree
[r482] by mukau

+ default arguments for CQSeq::new()

2015-05-15 14:02:00 Tree
[r481] by mukau

+ CQCount doc fix

2015-05-15 10:27:40 Tree
[r480] by mukau

+ CQKeys index-name parsing fix

2015-05-12 13:35:14 Tree
[r479] by mukau

+ v0.03: added support for CQKeys class (requires ddc >= v2.0.38-pre4)

2015-05-12 13:09:00 Tree
[r478] by mukau

+ CQKeys::toString() and ::toJson() fixes

2015-05-12 12:44:17 Tree
[r477] by mukau

+ querydoc updates and keys() cleanup

2015-05-12 12:31:40 Tree
[r476] by mukau

+ keys() queries now accept '-' pseudo-index (ignored for proxy generation)

2015-05-12 11:57:00 Tree
[r475] by mukau

v2.0.38-pre4: count() refactoring, keys() queries, bugfixes
+ re-factored count-query evaluation from ConcHolder.(h|cpp) into QCount.(h|cpp)
- removed some redundant CQueryResult fields from CConcHolder (m_SortOrder, m_bSortByString)
+ re-factored CConcHolder::GetHits(): added variant for pre-parsed queries
+ removed implicit space-separation in CQCountKeyExprList; we already have globalCountKeyDelim=\002, which is ugly but more useful
+ fixed bug setting Result.m_AllHitsCount in ConvertCountsToHits()
- we were getting m_AllHitsCount=512 (== Limit == m_pIndexator->m_MaxCachedHitsCount) for subcorpora with more real count-hits
+ added keys() query type: extract tuples to query from a count()-query
- pretty ugly: it needs to evaluate the count()-query in CQKeys::Compile() in order to generate a proxy query
(in general CQWith-conjunction of CQTokSet queries)
- currently over-generates, since the key attributes are queried independently

2015-05-12 11:24:10 Tree
Older >