mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Implement a recursive indexation for the index-related operations
This commit is contained in:
parent
248805d2df
commit
3fda1942c0
2 changed files with 339 additions and 267 deletions
|
@ -133,4 +133,8 @@ impl IndexMapper {
|
|||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn indexer_config(&self) -> &IndexerConfig {
|
||||
&self.indexer_config
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue