pub fn load_file<'a, P>(
    file: P,
    config: RecordIndexerConfig
) -> Result<impl Iterator<Item = Result<RecordIndex>>> where
    P: Into<Cow<'a, Path>>, 
Expand description

Load record indexes from a file.