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