MarginaliaSearch/code/index/index-reverse/java/nu/marginalia/index
Viktor Lofgren 90a2d4ae38 (index) Fix partial buffer writing in PrioDocIdsTransformer
Ensure all data is written to writeChannel by looping until the buffer is fully drained. This prevents potential data loss during the close operation and maintains data integrity.
2024-09-29 17:53:40 +02:00
..
construction (index) Fix partial buffer writing in PrioDocIdsTransformer 2024-09-29 17:53:40 +02:00
positions (index, EXPERIMENTAL) Evaluate using Varint instead of GCS for position data 2024-08-26 14:20:39 +02:00
query (array) Clean up the Array library 2024-05-18 13:23:06 +02:00
FullIndexEntrySource.java (index-reverse) Entry Sources reset() their LongQueryBuffer 2024-07-09 01:39:40 +02:00
FullReverseIndexReader.java (index-reverse) Removing btree indexes from prio documents file 2024-07-08 17:20:17 +02:00
PrioIndexEntrySource.java (coded-sequence) Add a callback for re-filling underlying buffer 2024-07-12 23:50:28 +02:00
PrioReverseIndexReader.java (index-reader) Correctly handle negative offset values 2024-07-11 16:13:23 +02:00
ReverseIndexFullFileNames.java (index) Integrate positions file properly 2024-06-06 16:45:42 +02:00
ReverseIndexParameters.java (index-reverse) Simplify priority index 2024-07-06 18:04:08 +02:00
ReverseIndexPrioFileNames.java (test) Correcting flaky tests 2024-07-11 16:13:23 +02:00
ReverseIndexSelfTest.java (index-reverse) Simplify priority index 2024-07-06 18:04:08 +02:00