tantivy icon indicating copy to clipboard operation
tantivy copied to clipboard

add support for deleting all documents matching query

Open trinity-1686a opened this issue 2 years ago • 2 comments

fix half of #1494

trinity-1686a avatar Sep 19 '22 15:09 trinity-1686a

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?

fulmicoton avatar Sep 20 '22 13:09 fulmicoton

Codecov Report

Merging #1535 (c94c9c3) into main (ed68afb) will increase coverage by 0.11%. The diff coverage is 93.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.

codecov-commenter avatar Sep 21 '22 09:09 codecov-commenter