mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -65,5 +65,6 @@ pub fn default() -> Vec<Box<dyn Criterion>> {
|
|||
Box::new(SumOfWordsAttribute),
|
||||
Box::new(SumOfWordsPosition),
|
||||
Box::new(Exact),
|
||||
Box::new(DocumentId),
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue