mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
first mostly working version
This commit is contained in:
@ -28,7 +28,7 @@ pub struct IndexMapper {
|
||||
|
||||
base_path: PathBuf,
|
||||
index_size: usize,
|
||||
indexer_config: Arc<IndexerConfig>,
|
||||
pub indexer_config: Arc<IndexerConfig>,
|
||||
}
|
||||
|
||||
/// Weither the index must not be inserted back
|
||||
|
Reference in New Issue
Block a user