mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Introduce a customized A* algorithm.
This custom algo lazily compute the intersections between words, to avoid too much set operations and database reads
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
mod best_proximity;
|
||||
mod iter_shortest_paths;
|
||||
mod query_tokens;
|
||||
|
||||
use std::borrow::Cow;
|
||||
|
Reference in New Issue
Block a user