1 2 3 4 5 6
//! Document structure for schema-less indexing. //! //! This module adapts the unified [`crate::data::Document`] for Lexical indexing. // Re-export Unified Document pub use crate::data::Document;