//! The index module contains different types of search indexes that can be used to search for [`crate::context::Document`]s created from [`crate::context::IntoDocument`] or [`crate::context::IntoDocuments`]
pub use *;
use *;
use ;
/// A document snippet that can be used to display a snippet of a document.