// Obsidian [[wikilinks]] in doc comments are intentional — they link to
// design and reference docs in docs/. Rustdoc doesn't understand them.
//! `luci-mapping` — field types, mappings, and dynamic field detection.
//!
//! This crate defines how fields are indexed: which fields exist, what types
//! they have, and how unknown fields are handled. Mappings are instructions
//! to the indexing pipeline, not structural constraints on documents.
//!
//! See [[architecture-api-surface#Schema and Mappings]] for the full design.
pub use detect_field_type;
pub use FieldType;
pub use FieldMapping;
pub use ;
pub use QuantizationType;