pub fn ciff_to_pisa(
    input: &Path,
    output: &Path,
    generate_lexicons: bool
) -> Result<()>
👎 Deprecated:

use CiffToPisa instead

Expand description

Converts a CIFF index stored in path to a PISA “binary collection” (uncompressed inverted index) with a basename output.

Errors

Returns an error when:

  • an IO error occurs,
  • reading protobuf format fails,
  • data format is valid but any ID, frequency, or a count is negative,
  • document records is out of order.