Files
tantivy/src
Stu Hood 47ff79e2fc feat: Restore sort by field (#92)
Restores index sorting: an index can be physically ordered by a fast
field (IndexSettings::sort_by_field), applied both on single-segment
writes (stream to TempStore, then resort into Store) and on
cross-segment merges (disjunct fast path, otherwise a full k-merge with
a generated doc-id mapping).

Motivation (downstream join / sortedness work):
* https://github.com/paradedb/paradedb/issues/2997
* https://github.com/paradedb/paradedb/issues/3053

Re-expressed against current upstream APIs: no merge CancelSentinel,
MergeOptimizedInvertedIndexReader, or ignore_store plumbing.
2026-06-18 12:11:53 +02:00
..
2026-06-01 14:39:44 +02:00
2026-06-18 12:11:53 +02:00
2026-06-18 12:11:53 +02:00
2025-10-23 10:23:34 +02:00
2025-07-02 11:25:03 +02:00
2026-01-02 12:40:42 +01:00
2026-06-01 14:39:44 +02:00
2026-03-18 17:28:59 +01:00
2025-12-01 15:38:57 +01:00
2025-12-01 12:15:41 +01:00
2026-06-18 12:11:53 +02:00
2024-10-22 09:26:54 +08:00