Revert "Temporarily ignore `Dismax::explanation()` test" 💬 by Caio 5 years ago (log)
This reverts commit 8e231cbf5b1cc537d2d18180c11b493a5563d700.
This reverts commit 8e231cbf5b1cc537d2d18180c11b493a5563d700.
This is a cargo workspace containing:
And a couple of crates developed alongside as a public dogfooding and learning exercise:
cantine is a recipe search API. It wires a memory-mapped file as
a metadata db (cantine::database) with the tantivy search index
(cantine::index) under a actix-web-based server.
cantine_derive: Takes a struct of (possibly Option) primitives
and generates a bunch of code to assist with indexing, filtering and
aggregations. Used by cantine to skip writing tedious business
logic and to aggregate features by decoding a bytes fast field as
a features struct.