pub fn load_paths_async<'a, P, I>(
    paths: I,
    config: RecordIndexerConfig
) -> impl Stream<Item = Result<RecordIndex>> where
    I: IntoIterator<Item = P>,
    P: Into<Cow<'a, Path>>, 
Expand description

Load record indexes from file paths.