get rids of the index crate + the document_types crate

This commit is contained in:
Tamo
2022-10-11 17:42:43 +02:00
committed by Clément Renault
parent 9a74ea0943
commit 667c282e19
30 changed files with 324 additions and 2145 deletions

View File

@ -1,3 +1,11 @@
pub mod document_formats;
pub mod error;
pub mod index_uid;
pub mod settings;
pub mod star_or;
pub use milli;
pub use milli::heed;
pub use milli::Index;
pub type Document = serde_json::Map<String, serde_json::Value>;