0.2.0 — Add MergeIndex
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.