晴天哥哥
晴天哥哥
Hi , I try to customize the `Storer` to construct a specific `Index`, but it seems that `UpdateMatching` is not working correctly, the following is the pseudo code ```golang type...
Sorry, I don't get you, Since the `Storer` interface is provided, and `indexUpdate` use `IndexFunc` to build `indexKey`, why the method `fetchIndexValues` use `DefaultEncode` to build `indexKey` ? If I...
Yes, I understand what you said. But, what I want to express is that when `indexFunc` is used by `indexUpdate` to adding/updating an index, the same `indexFunc` should also be...
> Hi, it doesn't know len as in C the pointer just points to beginning. So you have to read the len value from somewhere or manually discover it reading...