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

use PisaToCiff instead

Expand description

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,