mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Make sure that meilisearch-http works without index wrapper
This commit is contained in:
parent
b7898cd4ab
commit
4871509507
9 changed files with 230 additions and 43 deletions
|
@ -231,7 +231,7 @@ impl IndexScheduler {
|
|||
}
|
||||
|
||||
/// Return and open all the indexes.
|
||||
pub fn indexes(&self) -> Result<Vec<Index>> {
|
||||
pub fn indexes(&self) -> Result<Vec<(String, Index)>> {
|
||||
let rtxn = self.env.read_txn()?;
|
||||
self.index_mapper.indexes(&rtxn)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue