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

Read list of JSON fields encoded in dictionary #2184

Merged
merged 2 commits into from
Oct 9, 2023
Merged

Read list of JSON fields encoded in dictionary #2184

merged 2 commits into from
Oct 9, 2023

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Sep 21, 2023

add method to get list of fields on InvertedIndexReader

@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (e246e57) 94.03% compared to head (d439e8a) 94.03%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2184   +/-   ##
=======================================
  Coverage   94.03%   94.03%           
=======================================
  Files         327      327           
  Lines       65013    65061   +48     
=======================================
+ Hits        61132    61178   +46     
- Misses       3881     3883    +2     
Files Coverage Δ
src/indexer/mod.rs 100.00% <100.00%> (ø)
src/schema/field_type.rs 78.58% <ø> (ø)
src/core/inverted_index_reader.rs 54.27% <92.85%> (+2.92%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PSeitz PSeitz force-pushed the list_fields branch 2 times, most recently from 32e1e64 to 807f2a4 Compare October 2, 2023 11:44
add method to get list of fields on InvertedIndexReader
@PSeitz PSeitz merged commit 493f9b2 into main Oct 9, 2023
5 checks passed
@PSeitz PSeitz deleted the list_fields branch October 9, 2023 10:06
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.

None yet

3 participants