mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Merge
This commit is contained in:
parent
5d82155060
commit
e6b7031988
2 changed files with 5 additions and 10 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue