mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-22 11:17:28 +01:00
feat: Keep a stable order of documents
by ordering the deepest bucket by document id.
This commit is contained in:
parent
e1936ae3f7
commit
3d9488bd30
@ -65,5 +65,6 @@ pub fn default() -> Vec<Box<dyn Criterion>> {
|
|||||||
Box::new(SumOfWordsAttribute),
|
Box::new(SumOfWordsAttribute),
|
||||||
Box::new(SumOfWordsPosition),
|
Box::new(SumOfWordsPosition),
|
||||||
Box::new(Exact),
|
Box::new(Exact),
|
||||||
|
Box::new(DocumentId),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user