mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-09 02:22:54 +00:00
This adds new public-facing (and internal) APIs for being able to merge a list of segments in the foreground, without using any threads. It's largely a cut-n-paste of the existing background merge code. For pg_search, this is beneficial because it allows us to merge directly using our `MVCCDirectory` rather than going through the `ChannelDirectory`, which has quite a bit of overhead.
20 lines
200 B
Plaintext
20 lines
200 B
Plaintext
tantivy.iml
|
|
.cargo
|
|
proptest-regressions
|
|
*.swp
|
|
target
|
|
target/debug
|
|
.vscode
|
|
target/release
|
|
benchmark
|
|
.DS_Store
|
|
*.bk
|
|
.idea
|
|
trace.dat
|
|
cargo-timing*
|
|
control
|
|
variable
|
|
|
|
# for `sample record -p`
|
|
profile.json
|