Move sorting code out of search

This commit is contained in:
Mubelotix
2025-06-30 11:59:59 +02:00
parent 340d9e6edc
commit 63827bbee0
6 changed files with 227 additions and 178 deletions

View File

@ -82,7 +82,7 @@ fn facet_value_docids(
}
/// Return an iterator over each number value in the given field of the given document.
fn facet_number_values<'a>(
pub(crate) fn facet_number_values<'a>(
docid: u32,
field_id: u16,
index: &Index,