mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +00:00
Implement a recursive indexation for the index-related operations
This commit is contained in:
committed by
Clément Renault
parent
248805d2df
commit
3fda1942c0
@ -133,4 +133,8 @@ impl IndexMapper {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn indexer_config(&self) -> &IndexerConfig {
|
||||
&self.indexer_config
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user