Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding an IndexingContext object #1268

Merged
merged 1 commit into from
Feb 4, 2022
Merged

Adding an IndexingContext object #1268

merged 1 commit into from
Feb 4, 2022

Conversation

fulmicoton
Copy link
Collaborator

No description provided.

@fulmicoton fulmicoton force-pushed the refactoring-indexing2 branch from a4cf310 to be12f97 Compare February 4, 2022 02:59
@codecov-commenter
Copy link

codecov-commenter commented Feb 4, 2022

Codecov Report

Merging #1268 (010ea0c) into main (13a4473) will increase coverage by 0.00%.
The diff coverage is 97.48%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1268   +/-   ##
=======================================
  Coverage   94.23%   94.24%           
=======================================
  Files         207      209    +2     
  Lines       35275    35292   +17     
=======================================
+ Hits        33241    33260   +19     
+ Misses       2034     2032    -2     
Impacted Files Coverage Δ
src/macros.rs 100.00% <ø> (ø)
src/postings/stacker/memory_arena.rs 99.24% <ø> (ø)
src/schema/field_value.rs 71.42% <25.00%> (-28.58%) ⬇️
src/schema/document.rs 95.23% <94.11%> (+0.02%) ⬆️
src/indexer/segment_writer.rs 91.94% <96.19%> (+2.40%) ⬆️
src/fastfield/multivalued/writer.rs 93.87% <100.00%> (ø)
src/indexer/index_writer.rs 97.15% <100.00%> (ø)
src/postings/indexing_context.rs 100.00% <100.00%> (ø)
src/postings/mod.rs 98.57% <100.00%> (ø)
src/postings/per_field_postings_writer.rs 100.00% <100.00%> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 13a4473...010ea0c. Read the comment docs.

@fulmicoton fulmicoton force-pushed the refactoring-indexing2 branch 6 times, most recently from 50ced19 to b1d43b3 Compare February 4, 2022 04:24
@fulmicoton fulmicoton force-pushed the refactoring-indexing2 branch from b1d43b3 to d821696 Compare February 4, 2022 04:27
@fulmicoton fulmicoton merged commit bdedefe into main Feb 4, 2022
@fulmicoton fulmicoton deleted the refactoring-indexing2 branch February 4, 2022 06:08
This was referenced Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants