MarginaliaSearch/code/process-models/processed-data
Viktor Lofgren 36160988e2 (index) Integrate positions data with indexes WIP
This change integrates the new positions data with the forward and reverse indexes.

The ranking code is still only partially re-written.
2024-06-10 15:09:06 +02:00
..
java/nu/marginalia (index) Integrate positions data with indexes WIP 2024-06-10 15:09:06 +02:00
test/nu/marginalia/io/processed (converter) Amend existing modifications to use gamma coded positions lists 2024-05-30 14:20:36 +02:00
build.gradle (converter) Amend existing modifications to use gamma coded positions lists 2024-05-30 14:20:36 +02:00
readme.md (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +01:00

The processed-data package contains models and logic for reading and writing parquet files with the output from the converting-process.

Main models:

Since parquet is a column based format, some of the readable models are projections that only read parts of the input file.

See Also

third-party/parquet-floor