tantivy
tantivy copied to clipboard
add support for deleting all documents matching query
fix half of #1494
It only partially fixes https://github.com/quickwit-oss/tantivy/issues/1494
We also need to add a query that matches a dicitonary. Can you create a separate issue maybe?
Codecov Report
Merging #1535 (c94c9c3) into main (ed68afb) will increase coverage by
0.11%
. The diff coverage is93.87%
.
@@ Coverage Diff @@
## main #1535 +/- ##
==========================================
+ Coverage 93.82% 93.93% +0.11%
==========================================
Files 247 249 +2
Lines 45947 45976 +29
==========================================
+ Hits 43109 43187 +78
+ Misses 2838 2789 -49
Impacted Files | Coverage Δ | |
---|---|---|
src/indexer/operation.rs | 0.00% <ø> (ø) |
|
src/indexer/delete_queue.rs | 94.76% <33.33%> (-3.46%) |
:arrow_down: |
src/indexer/index_writer.rs | 97.17% <100.00%> (+0.17%) |
:arrow_up: |
src/fastfield/multivalued/mod.rs | 96.37% <0.00%> (-1.56%) |
:arrow_down: |
src/store/index/mod.rs | 97.83% <0.00%> (-0.55%) |
:arrow_down: |
src/termdict/sstable_termdict/sstable/merge/mod.rs | 92.52% <0.00%> (-0.07%) |
:arrow_down: |
src/indexer/merger.rs | 98.83% <0.00%> (-0.07%) |
:arrow_down: |
src/schema/mod.rs | 100.00% <0.00%> (ø) |
|
src/indexer/mod.rs | 100.00% <0.00%> (ø) |
|
src/query/query.rs | 85.71% <0.00%> (ø) |
|
... and 15 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.