vinted / elasticsearch-dsl-rs

Strongly typed Elasticsearch DSL written in Rust
Apache License 2.0
201 stars 18 forks source link

Implement post filter #219

Closed buinauskas closed 1 year ago

buinauskas commented 1 year ago

Post filter is a regular query executed after aggregation phase. Solves https://github.com/vinted/elasticsearch-dsl-rs/issues/217

codecov-commenter commented 1 year ago

Codecov Report

Merging #219 (42696c2) into master (11799e4) will increase coverage by 0.06%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
+ Coverage   85.24%   85.31%   +0.06%     
==========================================
  Files         158      158              
  Lines        9735     9745      +10     
==========================================
+ Hits         8299     8314      +15     
+ Misses       1436     1431       -5     
Impacted Files Coverage Δ
src/search/request.rs 35.04% <100.00%> (+4.13%) :arrow_up:
src/util/assert_serialize.rs 100.00% <100.00%> (ø)

... and 4 files with indirect coverage changes