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