Files
tantivy/doc
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-18 12:11:53 +02:00
2018-08-27 09:49:49 +09:00
2018-08-27 09:49:49 +09:00