Expose the DocumentId struct to be sure to inject the generated ids

This commit is contained in:
Kerollmops
2022-06-21 14:41:19 +02:00
parent d1a4da9812
commit 0bbcc7b180
7 changed files with 41 additions and 25 deletions

View File

@ -22,7 +22,7 @@ use typed_chunk::{write_typed_chunk_into_index, TypedChunk};
use self::enrich::enrich_documents_batch;
pub use self::enrich::{
extract_float_from_value, validate_document_id, validate_document_id_value,
validate_geo_from_json,
validate_geo_from_json, DocumentId,
};
pub use self::helpers::{
as_cloneable_grenad, create_sorter, create_writer, fst_stream_into_hashset,