[][src]Function ciff::pisa_to_ciff

pub fn pisa_to_ciff(
    collection_input: &Path,
    terms_input: &Path,
    titles_input: &Path,
    output: &Path,
    description: &str
) -> Result<()>

Converts a a PISA "binary collection" (uncompressed inverted index) with a basename input to a CIFF index stored in output.

Errors

Returns an error when:

  • an IO error occurs,
  • writing protobuf format fails,