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

Load record indexes from files specified by a prefix.