pub type ExtraSearchDocs = Arc<dyn Fn() -> Vec<SearchDocument> + Send + Sync>;
Hook that contributes extra root-scope search documents.
search
pub struct ExtraSearchDocs { /* private fields */ }