Implement a recursive indexation for the index-related operations

This commit is contained in:
Kerollmops
2022-09-29 18:15:50 +02:00
committed by Clément Renault
parent 3b343a930e
commit 31de33d5ee
2 changed files with 339 additions and 267 deletions

View File

@ -133,4 +133,8 @@ impl IndexMapper {
Ok(())
}
pub fn indexer_config(&self) -> &IndexerConfig {
&self.indexer_config
}
}