tantivy-cache 0.5.0

tantivy caching for faster searching
1
2
3
4
5
6
7
# `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.