mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 20:56:31 +00:00
feat: Introduce the DocumentKey and DocumentKeyAttr structs
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
use std::ops::Deref;
|
||||
|
||||
use fst::Automaton;
|
||||
use lazy_static::lazy_static;
|
||||
use levenshtein_automata::{
|
||||
LevenshteinAutomatonBuilder as LevBuilder,
|
||||
DFA, Distance,
|
||||
|
Reference in New Issue
Block a user