# Structs
BitPrefixInvertedIndex is another inverted index implementation that uses the bit prefix sharding algorithm in tsdb/index/shard.go instead of a modulo approach.
InvertedIndex implements a in-memory inverted index from label pairs to fingerprints.