mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
I can index documents without meilisearch
This commit is contained in:
committed by
Clément Renault
parent
edd8344dc9
commit
8770e07397
@ -54,6 +54,7 @@ impl IndexMapper {
|
||||
Ok(index) => index,
|
||||
Err(Error::IndexNotFound(_)) => {
|
||||
let uuid = Uuid::new_v4();
|
||||
self.index_mapping.put(wtxn, name, &uuid)?;
|
||||
Index::open(
|
||||
self.base_path.join(uuid.to_string()),
|
||||
name.to_string(),
|
||||
|
Reference in New Issue
Block a user