mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
search::federated::ranking_rules -> search::ranking_rules
This commit is contained in:
parent
2cacc448b6
commit
c35904d6e8
3 changed files with 3 additions and 3 deletions
|
@ -34,6 +34,8 @@ use crate::error::MeilisearchHttpError;
|
|||
mod federated;
|
||||
pub use federated::{perform_federated_search, FederatedSearch, Federation, FederationOptions};
|
||||
|
||||
mod ranking_rules;
|
||||
|
||||
type MatchesPosition = BTreeMap<String, Vec<MatchBounds>>;
|
||||
|
||||
pub const DEFAULT_SEARCH_OFFSET: fn() -> usize = || 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue