tantivy-cache 0.1.0

tantivy caching for faster searching
Documentation

tantivy-cache

An implementation of tantivy's Directory that uses deadpool_redis to cache some data.

For now this only caches the footer that ManagedDirectory reads at the end of files, populating the cache on misses without any invalidation.