mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08: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(SumOfWordsPosition),
|
||||
Box::new(Exact),
|
||||
Box::new(DocumentId),
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user