Support for recent AAE index
With basic ct test. Doesn't currently prove expiry of index. Doesn't prove ability to find segments. Assumes that either "all" buckets or a special list of buckets require indexing this way. Will lead to unexpected results if the same bucket name is used across different Tags. The format of the index has been chosen so that hopeully standard index features can be used (e.g. return_terms).
This commit is contained in:
parent
8da8722b9e
commit
954995e23f
5 changed files with 346 additions and 64 deletions
|
@ -5,8 +5,6 @@
|
|||
-define(STD_TAG, o).
|
||||
%% Tag used for secondary index keys
|
||||
-define(IDX_TAG, i).
|
||||
%% Tag used for near real-time anti-entropy index keys
|
||||
-define(AAE_TAG, i_aae).
|
||||
|
||||
%% Inker key type used for 'normal' objects
|
||||
-define(INKT_STND, stnd).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue