mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Move sort code out of facet
This commit is contained in:
parent
9f55708d84
commit
d85480de89
4 changed files with 4 additions and 4 deletions
|
@ -4,6 +4,7 @@ pub mod geo_sort;
|
|||
mod primary_key;
|
||||
mod reader;
|
||||
mod serde_impl;
|
||||
pub mod sort;
|
||||
|
||||
use std::fmt::Debug;
|
||||
use std::io;
|
||||
|
|
|
@ -359,7 +359,7 @@ impl<'ctx> SortedDocuments<'ctx> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn recursive_facet_sort<'ctx>(
|
||||
pub fn recursive_sort<'ctx>(
|
||||
index: &'ctx crate::Index,
|
||||
rtxn: &'ctx heed::RoTxn<'ctx>,
|
||||
sort: Vec<AscDesc>,
|
|
@ -1,4 +1,3 @@
|
|||
pub mod facet_sort_recursive;
|
||||
mod facet_type;
|
||||
mod facet_value;
|
||||
pub mod value_encoding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue