This commit is contained in:
Francesco 2024-02-29 01:26:10 +01:00
parent 5d82155060
commit e6b7031988
2 changed files with 5 additions and 10 deletions

View file

@ -277,6 +277,9 @@ pub struct IndexSchedulerOptions {
/// Structure which holds meilisearch's indexes and schedules the tasks
/// to be performed on them.
pub struct IndexScheduler {
/// A String representing the name of the index
pub(crate) name: String,
/// The LMDB environment which the DBs are associated with.
pub(crate) env: Env,