mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Move the AvailableDocumentsIds iterator into the update module
This commit is contained in:
parent
b14cca2ad9
commit
60347a5483
4 changed files with 4 additions and 3 deletions
|
@ -23,7 +23,8 @@ use warp::{Filter, http::Response};
|
|||
|
||||
use crate::indexing::{self, IndexerOpt, Transform, TransformOutput};
|
||||
use crate::tokenizer::{simple_tokenizer, TokenType};
|
||||
use crate::{Index, UpdateStore, SearchResult, AvailableDocumentsIds};
|
||||
use crate::update::AvailableDocumentsIds;
|
||||
use crate::{Index, UpdateStore, SearchResult};
|
||||
|
||||
#[derive(Debug, StructOpt)]
|
||||
/// The HTTP main server of the milli project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue