Make document_chunk_size settable from update builder

This commit is contained in:
many 2021-09-02 15:25:39 +02:00
parent db0c681bae
commit 7f7fafb857
No known key found for this signature in database
GPG key ID: 2CEF23B75189EACA
3 changed files with 12 additions and 0 deletions

View file

@ -281,6 +281,7 @@ impl<'t, 'u, 'i, 'a> IndexDocuments<'t, 'u, 'i, 'a> {
log_every_n: self.log_every_n,
max_nb_chunks: self.max_nb_chunks,
max_memory: self.max_memory,
documents_chunk_size: self.documents_chunk_size,
chunk_compression_type: self.chunk_compression_type,
chunk_compression_level: self.chunk_compression_level,
thread_pool: self.thread_pool,