Skip to content

0.2.0 — Add MergeIndex

Compare
Choose a tag to compare
@xorgy xorgy released this 10 Apr 04:49
· 3 commits to master since this release

MergeIndex is functionally equivalent to InvertIndex, except that the top level datastructure maps from keys to n-grams, where InvertIndex maps from n-grams to keys. MergeIndex can be merged to create combination indices of fieldsets at runtime. Both InvertIndex and MergeIndex can be freely converted between eachother.