mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-11 05:54:30 +01:00
Run cargo fmt
This commit is contained in:
parent
af33d22f25
commit
488d31ecdf
@ -1,7 +1,8 @@
|
||||
use crate::search::Criterion::{Attribute, Exactness, Proximity};
|
||||
use milli::update::{IndexerConfig, Settings};
|
||||
use milli::{Criterion, Index, Search, TermsMatchingStrategy};
|
||||
|
||||
use crate::search::Criterion::{Attribute, Exactness, Proximity};
|
||||
|
||||
fn set_stop_words(index: &Index, stop_words: &[&str]) {
|
||||
let mut wtxn = index.write_txn().unwrap();
|
||||
let config = IndexerConfig::default();
|
||||
|
Loading…
x
Reference in New Issue
Block a user