JMMackenzie / IOQP

Impact Ordered Query Processing
Apache License 2.0
3 stars 0 forks source link

Pre-quantized vs on-the-fly #10

Closed JMMackenzie closed 2 years ago

JMMackenzie commented 2 years ago

Add an option to distinguish between indexing types.

  1. Pre-quantized: Currently we assume the input CIFF is storing pre-quantized impacts in the frequencies.

  2. On-the-fly: During indexing, compute and store the scores; will require (to begin with) a BM25 ranker implementation.