Skip to main content

load_and_apply_documents

Function load_and_apply_documents 

Source
fn load_and_apply_documents<R: Runtime>(
    missing: &[DocId],
    dirmgr: &Arc<DirMgr<R>>,
    state: &mut Box<dyn DirState>,
    changed: &mut bool,
) -> Result<()>
Expand description

Load every document in missing and try to apply it to state.