mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
nested fields
This commit is contained in:
@ -261,7 +261,8 @@ impl Performer for DocumentAddition {
|
||||
&config,
|
||||
indexing_config,
|
||||
|step| indexing_callback(step, &bars),
|
||||
);
|
||||
)
|
||||
.unwrap();
|
||||
addition.add_documents(reader)?;
|
||||
|
||||
std::thread::spawn(move || {
|
||||
|
Reference in New Issue
Block a user