test index update

This commit is contained in:
mpostma 2021-02-18 20:28:10 +01:00
parent 68692a256e
commit 4c5effe714
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
5 changed files with 29 additions and 20 deletions

View file

@ -1,13 +1,13 @@
use std::ops::Deref;
use milli::update::{IndexDocumentsMethod, UpdateFormat};
use async_compression::tokio_02::write::GzipEncoder;
use futures_util::stream::StreamExt;
use milli::update::{IndexDocumentsMethod, UpdateFormat};
use tokio::io::AsyncWriteExt;
use super::Data;
use crate::index_controller::{IndexController, Settings, IndexSettings, IndexMetadata};
use crate::index_controller::UpdateStatus;
use crate::index_controller::{IndexController, Settings, IndexSettings, IndexMetadata};
use super::Data;
impl Data {
pub async fn add_documents<B, E>(