Release 3.0.0
New data structure: HIBF
The Hierarchical Interleaved Bloom Filter improves on many aspects of the IBF.
It can be built by running raptor layout
and using the resulting layout file as input for raptor build
.
General changes
- Improved input validation
- search output contains meta information
raptor build
does not accept--size
anymore, instead the false-positive rate is given via--fpr
and the size is computed internally
See the help pages, or the documentation for information on usage.
Migration from 2.x.x
You can use raptor upgrade
to migrate an old index to the newer version.