mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
nested fields
This commit is contained in:
parent
4ae7aea3b2
commit
4f3ce6d9cd
22 changed files with 1197 additions and 367 deletions
|
@ -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 || {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue